Color Hex Logo

#fccf5f Color Hex

#FCCF5F
(252,207,95)
0 Favorites   0 Comments

Color spaces of #fccf5f

RGB 25220795
HSL0.120.960.68
HSV43°62°99°
CMYK 0.000.180.62   0.01
XYZ64.523366.147320.1934
Yxy66.14730.42770.4385
Hunter Lab81.3310-0.717742.2108
CIE-Lab85.07153.783460.2065

#fccf5f color RGB value is (252,207,95).

#fccf5f hex color red value is 252, green value is 207 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fccf5f hue: 0.12 , saturation: 0.96 and the lightness value of fccf5f is 0.68.

The process color (four color CMYK) of #fccf5f color hex is 0.00, 0.18, 0.62, 0.01. Web safe color of #fccf5f is #ffcc66. Color #fccf5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 01011111
Octal 374 317 137
Decimal 252 207 95
Hex FC CF 5F

RGB Percentages of Color #fccf5f

%45.49
%37.36
%17.15

CMYK Percentages of Color #fccf5f

%0
%18
%62
%1

Triadic Colors of #fccf5f

#fccf5f #5ffccf #cf5ffc

Analogous Colors of #fccf5f

#fccf5f #dbfc5f #fc815f

Monochromatic Colors of #fccf5f

#fccf5f

Complementary Color

#fccf5f #5f8cfc

#fccf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf5f Color CSS Codes

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

#fccf5f Text Font Color

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

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


#fccf5f Background Color

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

This div background color is #fccf5f


#fccf5f Border Color

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

This div border color is #fccf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf5f

Related Colors


Comments

No comments written yet.

Please login to write comment.