Shades of Cherokee #F9CC8C
Tints of Cherokee #F9CC8C
RGB
CMYK
RGB Variations
Color information
#F9CC8C (or 0xF9CC8C) is known color: Cherokee. HEX triplet: F9, CC and 8C. RGB value is (249,204,140). Sum of RGB (Red+Green+Blue) = 249+204+140=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CC8C is #063373. Grayscale: #D2D2D2. Windows color (decimal): -406388 or 9227513. OLE color: 9227513.
HSL color Cylindrical-coordinate representation of color #F9CC8C: hue angle of 35.23º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9CC8C is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 204 | 140 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.02 |
| HSL | 35.23º | 0.9% | 0.76% | - |
| HSV(B) | 35.23º | 0.44% | 0.98% | - |
| XYZ | 65.39 | 65.22 | 33.95 | - |
| YUV | 210.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 204 | 140 | 0 | 0.18 | 0.44 | 0.02 | 35.23 | 0.9 | 0.76 |
| Hex | F9 | CC | 8C | 0 | 12 | 2C | 2 | 23 | 5A | 4C |
| Octal | 371 | 314 | 214 | 0 | 22 | 54 | 2 | 43 | 132 | 114 |
| Binary | 11111001 | 11001100 | 10001100 | 0 | 10010 | 101100 | 10 | 100011 | 1011010 | 1001100 |
Color Harmonies of #F9CC8C
Complementary color
Monochromatic Colors of #F9CC8C
Black with #F9CC8C
Text Example
Text Example
White with #F9CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CC8C; }
p { color: rgb(249,204,140); }
H1.HeaderClassName
{
color: #F9CC8C;
}
.AnyTagClassName
{
color: #F9CC8C;
}
</style>
background-color css
<style>
a { background-color: #F9CC8C; }
a { background-color: rgb(249,204,140); }
div.DivClassName
{
background-color: #F9CC8C;
}
.BgClassName
{
background-color: #F9CC8C;
}
</style>
border-color css
<style>
span { border-color: #F9CC8C; }
span { border-color: rgb(249,204,140); }
td.TdClassName
{
border-color: #F9CC8C;
}
.TagClassName
{
border-color: #F9CC8C;
}
</style>