#FCD58C

Color #FCD58C Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #FCD58C

Tints of Cherokee #FCD58C

Color information

#FCD58C (or 0xFCD58C) is unknown color: approx Cherokee. HEX triplet: FC, D5 and 8C. RGB value is (252,213,140). Sum of RGB (Red+Green+Blue) = 252+213+140=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD58C is #032A73. Grayscale: #D8D8D8. Windows color (decimal): -207476 or 9229820. OLE color: 9229820.

HSL color Cylindrical-coordinate representation of color #FCD58C: hue angle of 39.11º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCD58C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252213140-
CMYK00.150.440.01
HSL39.11º94.92%76.86%-
HSV(B)39.11º44.44%98.82%-
XYZ68.6770.1834.74-
YUV216.3484.92153.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 140 (55.08% from 255) = 23.14%
R=41.65%
G=35.21%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221314000.150.440.0139.1194.9276.86
HexFCD58C0F2C1275f4d
Octal37432521401754147137115
Binary11111100110101011000110001111101100110011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD58C; }

 p { color: rgb(252,213,140); }

 H1.HeaderClassName
 {
   color: #FCD58C;
 }
 .AnyTagClassName
 {
   color: #FCD58C;
 }
</style>
background-color css

<style>
 a { background-color: #FCD58C; }

 a { background-color: rgb(252,213,140); }

 div.DivClassName
 {
   background-color: #FCD58C;
 }
 .BgClassName
 {
   background-color: #FCD58C;
 }
</style>
border-color css

<style>
 span { border-color: #FCD58C; }

 span { border-color: rgb(252,213,140); }

 td.TdClassName
 {
   border-color: #FCD58C;
 }
 .TagClassName
 {
   border-color: #FCD58C;
 }
</style>