Color Hex Logo

#fcb12f Color Hex

#FCB12F
(252,177,47)
0 Favorites   0 Comments

Color spaces of #fcb12f

RGB 25217747
HSL0.110.970.59
HSV38°81°99°
CMYK 0.000.300.81   0.01
XYZ56.380152.34509.8214
Yxy52.34500.47560.4416
Hunter Lab72.349812.487642.5963
CIE-Lab77.486717.152971.4890

#fcb12f color RGB value is (252,177,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 00101111
Octal 374 261 57
Decimal 252 177 47
Hex FC B1 2F

RGB Percentages of Color #fcb12f

%52.94
%37.18
%9.87

CMYK Percentages of Color #fcb12f

%0
%30
%81
%1

Triadic Colors of #fcb12f

#fcb12f #2ffcb1 #b12ffc

Analogous Colors of #fcb12f

#fcb12f #e1fc2f #fc4b2f

Monochromatic Colors of #fcb12f

#fcb12f

Complementary Color

#fcb12f #2f7afc

#fcb12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb12f Color CSS Codes

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

#fcb12f Text Font Color

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

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


#fcb12f Background Color

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

This div background color is #fcb12f


#fcb12f Border Color

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

This div border color is #fcb12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb12f


Comments

No comments written yet.

Please login to write comment.