Color Hex Logo

#fcf075 Color Hex

#FCF075
(252,240,117)
0 Favorites   0 Comments

Color spaces of #fcf075

RGB 252240117
HSL0.150.960.72
HSV55°54°99°
CMYK 0.000.050.54   0.01
XYZ74.515984.300029.1737
Yxy84.30000.39640.4484
Hunter Lab91.8150-15.808045.4315
CIE-Lab93.5806-11.288759.9963

#fcf075 color RGB value is (252,240,117).

#fcf075 hex color red value is 252, green value is 240 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fcf075 hue: 0.15 , saturation: 0.96 and the lightness value of fcf075 is 0.72.

The process color (four color CMYK) of #fcf075 color hex is 0.00, 0.05, 0.54, 0.01. Web safe color of #fcf075 is #ffff66. Color #fcf075 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 01110101
Octal 374 360 165
Decimal 252 240 117
Hex FC F0 75

RGB Percentages of Color #fcf075

%41.38
%39.41
%19.21

CMYK Percentages of Color #fcf075

%0
%5
%54
%1

Triadic Colors of #fcf075

#fcf075 #75fcf0 #f075fc

Analogous Colors of #fcf075

#fcf075 #c5fc75 #fcad75

Monochromatic Colors of #fcf075

#fcf075

Complementary Color

#fcf075 #7581fc

#fcf075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf075 Color CSS Codes

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

#fcf075 Text Font Color

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

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


#fcf075 Background Color

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

This div background color is #fcf075


#fcf075 Border Color

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

This div border color is #fcf075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf075


Comments

No comments written yet.

Please login to write comment.