Color Hex Logo

#fcc41f Color Hex

#FCC41F
(252,196,31)
0 Favorites   0 Comments

Color spaces of #fcc41f

RGB 25219631
HSL0.120.970.55
HSV45°88°99°
CMYK 0.000.220.88   0.01
XYZ60.132160.27429.7611
Yxy60.27420.46200.4631
Hunter Lab77.63652.390646.8911
CIE-Lab81.98706.874879.4321

#fcc41f color RGB value is (252,196,31).

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

The process color (four color CMYK) of #fcc41f color hex is 0.00, 0.22, 0.88, 0.01. Web safe color of #fcc41f is #ffcc33. Color #fcc41f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000100 00011111
Octal 374 304 37
Decimal 252 196 31
Hex FC C4 1F

RGB Percentages of Color #fcc41f

%52.61
%40.92
%6.47

CMYK Percentages of Color #fcc41f

%0
%22
%88
%1

Triadic Colors of #fcc41f

#fcc41f #1ffcc4 #c41ffc

Analogous Colors of #fcc41f

#fcc41f #c6fc1f #fc561f

Monochromatic Colors of #fcc41f

#fcc41f

Complementary Color

#fcc41f #1f57fc

#fcc41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc41f Color CSS Codes

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

#fcc41f Text Font Color

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

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


#fcc41f Background Color

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

This div background color is #fcc41f


#fcc41f Border Color

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

This div border color is #fcc41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc41f

Related Colors


Comments

No comments written yet.

Please login to write comment.