Color Hex Logo

#fcb11f Color Hex

#FCB11F
(252,177,31)
0 Favorites   0 Comments

Color spaces of #fcb11f

RGB 25217731
HSL0.110.970.55
HSV40°88°99°
CMYK 0.000.300.88   0.01
XYZ56.114352.23878.4218
Yxy52.23870.48050.4473
Hunter Lab72.276312.101243.6848
CIE-Lab77.423416.764675.8606

#fcb11f color RGB value is (252,177,31).

#fcb11f hex color red value is 252, green value is 177 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fcb11f hue: 0.11 , saturation: 0.97 and the lightness value of fcb11f is 0.55.

The process color (four color CMYK) of #fcb11f color hex is 0.00, 0.30, 0.88, 0.01. Web safe color of #fcb11f is #ff9933. Color #fcb11f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 00011111
Octal 374 261 37
Decimal 252 177 31
Hex FC B1 1F

RGB Percentages of Color #fcb11f

%54.78
%38.48
%6.74

CMYK Percentages of Color #fcb11f

%0
%30
%88
%1

Triadic Colors of #fcb11f

#fcb11f #1ffcb1 #b11ffc

Analogous Colors of #fcb11f

#fcb11f #d9fc1f #fc431f

Monochromatic Colors of #fcb11f

#fcb11f

Complementary Color

#fcb11f #1f6afc

#fcb11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb11f Color CSS Codes

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

#fcb11f Text Font Color

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

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


#fcb11f Background Color

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

This div background color is #fcb11f


#fcb11f Border Color

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

This div border color is #fcb11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb11f

Related Colors


Comments

No comments written yet.

Please login to write comment.