Shades of Cherokee #FCD088
Tints of Cherokee #FCD088
RGB
CMYK
RGB Variations
Color information
#FCD088 (or 0xFCD088) is known color: Cherokee. HEX triplet: FC, D0 and 88. RGB value is (252,208,136). Sum of RGB (Red+Green+Blue) = 252+208+136=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD088 is #032F77. Grayscale: #D5D5D5. Windows color (decimal): -208760 or 8966396. OLE color: 8966396.
HSL color Cylindrical-coordinate representation of color #FCD088: hue angle of 37.24º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCD088 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 136 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.01 |
| HSL | 37.24º | 0.95% | 0.76% | - |
| HSV(B) | 37.24º | 0.46% | 0.99% | - |
| XYZ | 67.14 | 67.58 | 32.8 | - |
| YUV | 212.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 136 | 0 | 0.17 | 0.46 | 0.01 | 37.24 | 0.95 | 0.76 |
| Hex | FC | D0 | 88 | 0 | 11 | 2E | 1 | 25 | 5F | 4C |
| Octal | 374 | 320 | 210 | 0 | 21 | 56 | 1 | 45 | 137 | 114 |
| Binary | 11111100 | 11010000 | 10001000 | 0 | 10001 | 101110 | 1 | 100101 | 1011111 | 1001100 |
Color Harmonies of #FCD088
Complementary color
Monochromatic Colors of #FCD088
Black with #FCD088
Text Example
Text Example
White with #FCD088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD088; }
p { color: rgb(252,208,136); }
H1.HeaderClassName
{
color: #FCD088;
}
.AnyTagClassName
{
color: #FCD088;
}
</style>
background-color css
<style>
a { background-color: #FCD088; }
a { background-color: rgb(252,208,136); }
div.DivClassName
{
background-color: #FCD088;
}
.BgClassName
{
background-color: #FCD088;
}
</style>
border-color css
<style>
span { border-color: #FCD088; }
span { border-color: rgb(252,208,136); }
td.TdClassName
{
border-color: #FCD088;
}
.TagClassName
{
border-color: #FCD088;
}
</style>