Color Hex Logo

#fcf00e Color Hex

#FCF00E
(252,240,14)
0 Favorites   0 Comments

Color spaces of #fcf00e

RGB 25224014
HSL0.160.980.52
HSV57°94°99°
CMYK 0.000.050.94   0.01
XYZ71.384283.047312.6829
Yxy83.04730.42720.4969
Hunter Lab91.1303-19.655455.5396
CIE-Lab93.0351-15.488890.3168

#fcf00e color RGB value is (252,240,14).

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

The process color (four color CMYK) of #fcf00e color hex is 0.00, 0.05, 0.94, 0.01. Web safe color of #fcf00e is #ffff00. Color #fcf00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 00001110
Octal 374 360 16
Decimal 252 240 14
Hex FC F0 E

RGB Percentages of Color #fcf00e

%49.80
%47.43
%2.77

CMYK Percentages of Color #fcf00e

%0
%5
%94
%1

Triadic Colors of #fcf00e

#fcf00e #0efcf0 #f00efc

Analogous Colors of #fcf00e

#fcf00e #91fc0e #fc790e

Monochromatic Colors of #fcf00e

#fcf00e

Complementary Color

#fcf00e #0e1afc

#fcf00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf00e Color CSS Codes

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

#fcf00e Text Font Color

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

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


#fcf00e Background Color

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

This div background color is #fcf00e


#fcf00e Border Color

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

This div border color is #fcf00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf00e

Related Colors


Comments

No comments written yet.

Please login to write comment.