Color Hex Logo

#fcf03e Color Hex

#FCF03E
(252,240,62)
0 Favorites   0 Comments

Color spaces of #fcf03e

RGB 25224062
HSL0.160.970.62
HSV56°75°99°
CMYK 0.000.050.75   0.01
XYZ72.174583.363416.8442
Yxy83.36340.41870.4836
Hunter Lab91.3036-18.678952.9743
CIE-Lab93.1733-14.413380.8655

#fcf03e color RGB value is (252,240,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 00111110
Octal 374 360 76
Decimal 252 240 62
Hex FC F0 3E

RGB Percentages of Color #fcf03e

%45.49
%43.32
%11.19

CMYK Percentages of Color #fcf03e

%0
%5
%75
%1

Triadic Colors of #fcf03e

#fcf03e #3efcf0 #f03efc

Analogous Colors of #fcf03e

#fcf03e #a9fc3e #fc913e

Monochromatic Colors of #fcf03e

#fcf03e

Complementary Color

#fcf03e #3e4afc

#fcf03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf03e Color CSS Codes

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

#fcf03e Text Font Color

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

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


#fcf03e Background Color

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

This div background color is #fcf03e


#fcf03e Border Color

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

This div border color is #fcf03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf03e


Comments

No comments written yet.

Please login to write comment.