Shades of Cherokee #FCD488
Tints of Cherokee #FCD488
RGB
CMYK
RGB Variations
Color information
#FCD488 (or 0xFCD488) is known color: Cherokee. HEX triplet: FC, D4 and 88. RGB value is (252,212,136). Sum of RGB (Red+Green+Blue) = 252+212+136=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD488 is #032B77. Grayscale: #D7D7D7. Windows color (decimal): -207736 or 8967420. OLE color: 8967420.
HSL color Cylindrical-coordinate representation of color #FCD488: hue angle of 39.31º 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 #FCD488 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 136 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.01 |
| HSL | 39.31º | 0.95% | 0.76% | - |
| HSV(B) | 39.31º | 0.46% | 0.99% | - |
| XYZ | 68.13 | 69.56 | 33.13 | - |
| YUV | 215.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 136 | 0 | 0.16 | 0.46 | 0.01 | 39.31 | 0.95 | 0.76 |
| Hex | FC | D4 | 88 | 0 | 10 | 2E | 1 | 27 | 5F | 4C |
| Octal | 374 | 324 | 210 | 0 | 20 | 56 | 1 | 47 | 137 | 114 |
| Binary | 11111100 | 11010100 | 10001000 | 0 | 10000 | 101110 | 1 | 100111 | 1011111 | 1001100 |
Color Harmonies of #FCD488
Complementary color
Monochromatic Colors of #FCD488
Black with #FCD488
Text Example
Text Example
White with #FCD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD488; }
p { color: rgb(252,212,136); }
H1.HeaderClassName
{
color: #FCD488;
}
.AnyTagClassName
{
color: #FCD488;
}
</style>
background-color css
<style>
a { background-color: #FCD488; }
a { background-color: rgb(252,212,136); }
div.DivClassName
{
background-color: #FCD488;
}
.BgClassName
{
background-color: #FCD488;
}
</style>
border-color css
<style>
span { border-color: #FCD488; }
span { border-color: rgb(252,212,136); }
td.TdClassName
{
border-color: #FCD488;
}
.TagClassName
{
border-color: #FCD488;
}
</style>