Color Hex Logo

#fcb40b Color Hex

#FCB40B
(252,180,11)
0 Favorites   0 Comments

Color spaces of #fcb40b

RGB 25218011
HSL0.120.980.52
HSV42°96°99°
CMYK 0.000.290.96   0.01
XYZ56.526553.36217.6373
Yxy53.36210.48100.4540
Hunter Lab73.049410.289144.9358
CIE-Lab78.088314.923079.7397

#fcb40b color RGB value is (252,180,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 00001011
Octal 374 264 13
Decimal 252 180 11
Hex FC B4 B

RGB Percentages of Color #fcb40b

%56.88
%40.63
%2.48

CMYK Percentages of Color #fcb40b

%0
%29
%96
%1

Triadic Colors of #fcb40b

#fcb40b #0bfcb4 #b40bfc

Analogous Colors of #fcb40b

#fcb40b #ccfc0b #fc3c0b

Monochromatic Colors of #fcb40b

#fcb40b

Complementary Color

#fcb40b #0b53fc

#fcb40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb40b Color CSS Codes

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

#fcb40b Text Font Color

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

This sample text font color is #fcb40b
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.


#fcb40b Background Color

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

This div background color is #fcb40b


#fcb40b Border Color

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

This div border color is #fcb40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb40b


Comments

No comments written yet.

Please login to write comment.