Color Hex Logo

#fcf02f Color Hex

#FCF02F
(252,240,47)
0 Favorites   0 Comments

Color spaces of #fcf02f

RGB 25224047
HSL0.160.970.59
HSV56°81°99°
CMYK 0.000.050.81   0.01
XYZ71.818183.220914.9673
Yxy83.22090.42240.4895
Hunter Lab91.2255-19.118954.1302
CIE-Lab93.1111-14.897184.9040

#fcf02f color RGB value is (252,240,47).

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

The process color (four color CMYK) of #fcf02f color hex is 0.00, 0.05, 0.81, 0.01. Web safe color of #fcf02f is #ffff33. Color #fcf02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 00101111
Octal 374 360 57
Decimal 252 240 47
Hex FC F0 2F

RGB Percentages of Color #fcf02f

%46.75
%44.53
%8.72

CMYK Percentages of Color #fcf02f

%0
%5
%81
%1

Triadic Colors of #fcf02f

#fcf02f #2ffcf0 #f02ffc

Analogous Colors of #fcf02f

#fcf02f #a2fc2f #fc8a2f

Monochromatic Colors of #fcf02f

#fcf02f

Complementary Color

#fcf02f #2f3bfc

#fcf02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf02f Color CSS Codes

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

#fcf02f Text Font Color

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

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


#fcf02f Background Color

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

This div background color is #fcf02f


#fcf02f Border Color

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

This div border color is #fcf02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf02f


Comments

No comments written yet.

Please login to write comment.