Color Hex Logo

#fcb21f Color Hex

#FCB21F
(252,178,31)
0 Favorites   0 Comments

Color spaces of #fcb21f

RGB 25217831
HSL0.110.970.55
HSV40°88°99°
CMYK 0.000.290.88   0.01
XYZ56.312652.63528.4879
Yxy52.63520.47950.4482
Hunter Lab72.550111.587043.8485
CIE-Lab77.659116.241976.0448

#fcb21f color RGB value is (252,178,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 00011111
Octal 374 262 37
Decimal 252 178 31
Hex FC B2 1F

RGB Percentages of Color #fcb21f

%54.66
%38.61
%6.72

CMYK Percentages of Color #fcb21f

%0
%29
%88
%1

Triadic Colors of #fcb21f

#fcb21f #1ffcb2 #b21ffc

Analogous Colors of #fcb21f

#fcb21f #d8fc1f #fc441f

Monochromatic Colors of #fcb21f

#fcb21f

Complementary Color

#fcb21f #1f69fc

#fcb21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb21f Color CSS Codes

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

#fcb21f Text Font Color

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

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


#fcb21f Background Color

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

This div background color is #fcb21f


#fcb21f Border Color

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

This div border color is #fcb21f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,178,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 #fcb21f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb21f


Comments

No comments written yet.

Please login to write comment.