Color Hex Logo

#fcf00f Color Hex

#FCF00F
(252,240,15)
0 Favorites   0 Comments

Color spaces of #fcf00f

RGB 25224015
HSL0.160.980.52
HSV57°94°99°
CMYK 0.000.050.94   0.01
XYZ71.391283.050112.7195
Yxy83.05010.42710.4968
Hunter Lab91.1318-19.646755.5170
CIE-Lab93.0364-15.479290.2250

#fcf00f color RGB value is (252,240,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 00001111
Octal 374 360 17
Decimal 252 240 15
Hex FC F0 F

RGB Percentages of Color #fcf00f

%49.70
%47.34
%2.96

CMYK Percentages of Color #fcf00f

%0
%5
%94
%1

Triadic Colors of #fcf00f

#fcf00f #0ffcf0 #f00ffc

Analogous Colors of #fcf00f

#fcf00f #92fc0f #fc7a0f

Monochromatic Colors of #fcf00f

#fcf00f

Complementary Color

#fcf00f #0f1bfc

#fcf00f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf00f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf00f Color CSS Codes

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

#fcf00f Text Font Color

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

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


#fcf00f Background Color

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

This div background color is #fcf00f


#fcf00f Border Color

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

This div border color is #fcf00f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf00f


Comments

No comments written yet.

Please login to write comment.