Color Hex Logo

#fcb11c Color Hex

#FCB11C
(252,177,28)
0 Favorites   0 Comments

Color spaces of #fcb11c

RGB 25217728
HSL0.110.970.55
HSV40°89°99°
CMYK 0.000.300.89   0.01
XYZ56.076652.22368.2232
Yxy52.22360.48120.4482
Hunter Lab72.265912.046443.8395
CIE-Lab77.414316.709576.5203

#fcb11c color RGB value is (252,177,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 00011100
Octal 374 261 34
Decimal 252 177 28
Hex FC B1 1C

RGB Percentages of Color #fcb11c

%55.14
%38.73
%6.13

CMYK Percentages of Color #fcb11c

%0
%30
%89
%1

Triadic Colors of #fcb11c

#fcb11c #1cfcb1 #b11cfc

Analogous Colors of #fcb11c

#fcb11c #d7fc1c #fc411c

Monochromatic Colors of #fcb11c

#fcb11c

Complementary Color

#fcb11c #1c67fc

#fcb11c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb11c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb11c Color CSS Codes

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

#fcb11c Text Font Color

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

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


#fcb11c Background Color

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

This div background color is #fcb11c


#fcb11c Border Color

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

This div border color is #fcb11c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb11c

Related Colors


Comments

No comments written yet.

Please login to write comment.