Shades of Cherokee #FCC488
Tints of Cherokee #FCC488
RGB
CMYK
RGB Variations
Color information
#FCC488 (or 0xFCC488) is known color: Cherokee. HEX triplet: FC, C4 and 88. RGB value is (252,196,136). Sum of RGB (Red+Green+Blue) = 252+196+136=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC488 is #033B77. Grayscale: #CECECE. Windows color (decimal): -211832 or 8963324. OLE color: 8963324.
HSL color Cylindrical-coordinate representation of color #FCC488: hue angle of 31.03º 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 #FCC488 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 136 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.01 |
| HSL | 31.03º | 0.95% | 0.76% | - |
| HSV(B) | 31.03º | 0.46% | 0.99% | - |
| XYZ | 64.33 | 61.95 | 31.86 | - |
| YUV | 205.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 136 | 0 | 0.22 | 0.46 | 0.01 | 31.03 | 0.95 | 0.76 |
| Hex | FC | C4 | 88 | 0 | 16 | 2E | 1 | 1F | 5F | 4C |
| Octal | 374 | 304 | 210 | 0 | 26 | 56 | 1 | 37 | 137 | 114 |
| Binary | 11111100 | 11000100 | 10001000 | 0 | 10110 | 101110 | 1 | 11111 | 1011111 | 1001100 |
Color Harmonies of #FCC488
Complementary color
Monochromatic Colors of #FCC488
Black with #FCC488
Text Example
Text Example
White with #FCC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC488; }
p { color: rgb(252,196,136); }
H1.HeaderClassName
{
color: #FCC488;
}
.AnyTagClassName
{
color: #FCC488;
}
</style>
background-color css
<style>
a { background-color: #FCC488; }
a { background-color: rgb(252,196,136); }
div.DivClassName
{
background-color: #FCC488;
}
.BgClassName
{
background-color: #FCC488;
}
</style>
border-color css
<style>
span { border-color: #FCC488; }
span { border-color: rgb(252,196,136); }
td.TdClassName
{
border-color: #FCC488;
}
.TagClassName
{
border-color: #FCC488;
}
</style>