Color Hex Logo

#fcbc0a Color Hex

#FCBC0A
(252,188,10)
0 Favorites   0 Comments

Color spaces of #fcbc0a

RGB 25218810
HSL0.120.980.51
HSV44°96°99°
CMYK 0.000.250.96   0.01
XYZ58.182956.68388.1617
Yxy56.68380.47290.4607
Hunter Lab75.28866.189346.2747
CIE-Lab80.001410.744481.1920

#fcbc0a color RGB value is (252,188,10).

#fcbc0a hex color red value is 252, green value is 188 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fcbc0a hue: 0.12 , saturation: 0.98 and the lightness value of fcbc0a is 0.51.

The process color (four color CMYK) of #fcbc0a color hex is 0.00, 0.25, 0.96, 0.01. Web safe color of #fcbc0a is #ffcc00. Color #fcbc0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 00001010
Octal 374 274 12
Decimal 252 188 10
Hex FC BC A

RGB Percentages of Color #fcbc0a

%56.00
%41.78
%2.22

CMYK Percentages of Color #fcbc0a

%0
%25
%96
%1

Triadic Colors of #fcbc0a

#fcbc0a #0afcbc #bc0afc

Analogous Colors of #fcbc0a

#fcbc0a #c3fc0a #fc430a

Monochromatic Colors of #fcbc0a

#fcbc0a

Complementary Color

#fcbc0a #0a4afc

#fcbc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc0a Color CSS Codes

.mybgcolor {background-color:#fcbc0a; } 
.myforecolor {color:#fcbc0a; }
.mybordercolor {border:3px solid #fcbc0a; }

#fcbc0a Text Font Color

<p style="color:#fcbc0a">Text here</p>

This sample text font color is #fcbc0a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcbc0a Background Color

<div style="background-color:#fcbc0a">
Div content here</div>

This div background color is #fcbc0a


#fcbc0a Border Color

<div style="border:3px solid #fcbc0a">
Div here</div>

This div border color is #fcbc0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,188,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcbc0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcbc0a;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbc0a;
  box-shadow:         1px 1px 3px 2px #fcbc0a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,188,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcbc0a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbc0a;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbc0a;
  box-shadow:         1px 1px 3px 2px #fcbc0a;">
Div content here</div>

This div box has shadow with color #fcbc0a

Related Colors


Comments

No comments written yet.

Please login to write comment.