Shades of Cherokee #FCD58C
Tints of Cherokee #FCD58C
RGB
CMYK
RGB Variations
Color information
#FCD58C (or 0xFCD58C) is known color: 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
| RGB | 252 | 213 | 140 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.01 |
| HSL | 39.11º | 0.95% | 0.77% | - |
| HSV(B) | 39.11º | 0.44% | 0.99% | - |
| XYZ | 68.67 | 70.18 | 34.74 | - |
| YUV | 216.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 140 | 0 | 0.15 | 0.44 | 0.01 | 39.11 | 0.95 | 0.77 |
| Hex | FC | D5 | 8C | 0 | F | 2C | 1 | 27 | 5F | 4D |
| Octal | 374 | 325 | 214 | 0 | 17 | 54 | 1 | 47 | 137 | 115 |
| Binary | 11111100 | 11010101 | 10001100 | 0 | 1111 | 101100 | 1 | 100111 | 1011111 | 1001101 |
Color Harmonies of #FCD58C
Complementary color
Monochromatic Colors of #FCD58C
Black with #FCD58C
Text Example
Text Example
White with #FCD58C
Text Example
Text Example
HTML Codes & Css Web 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>