Shades of Cherokee #F9CD8E
Tints of Cherokee #F9CD8E
RGB
CMYK
RGB Variations
Color information
#F9CD8E (or 0xF9CD8E) is known color: Cherokee. HEX triplet: F9, CD and 8E. RGB value is (249,205,142). Sum of RGB (Red+Green+Blue) = 249+205+142=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CD8E is #063271. Grayscale: #D3D3D3. Windows color (decimal): -406130 or 9358841. OLE color: 9358841.
HSL color Cylindrical-coordinate representation of color #F9CD8E: hue angle of 35.33º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9CD8E is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 205 | 142 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.02 |
| HSL | 35.33º | 0.9% | 0.77% | - |
| HSV(B) | 35.33º | 0.43% | 0.98% | - |
| XYZ | 65.78 | 65.76 | 34.82 | - |
| YUV | 210.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 205 | 142 | 0 | 0.18 | 0.43 | 0.02 | 35.33 | 0.9 | 0.77 |
| Hex | F9 | CD | 8E | 0 | 12 | 2B | 2 | 23 | 5A | 4D |
| Octal | 371 | 315 | 216 | 0 | 22 | 53 | 2 | 43 | 132 | 115 |
| Binary | 11111001 | 11001101 | 10001110 | 0 | 10010 | 101011 | 10 | 100011 | 1011010 | 1001101 |
Color Harmonies of #F9CD8E
Complementary color
Monochromatic Colors of #F9CD8E
Black with #F9CD8E
Text Example
Text Example
White with #F9CD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CD8E; }
p { color: rgb(249,205,142); }
H1.HeaderClassName
{
color: #F9CD8E;
}
.AnyTagClassName
{
color: #F9CD8E;
}
</style>
background-color css
<style>
a { background-color: #F9CD8E; }
a { background-color: rgb(249,205,142); }
div.DivClassName
{
background-color: #F9CD8E;
}
.BgClassName
{
background-color: #F9CD8E;
}
</style>
border-color css
<style>
span { border-color: #F9CD8E; }
span { border-color: rgb(249,205,142); }
td.TdClassName
{
border-color: #F9CD8E;
}
.TagClassName
{
border-color: #F9CD8E;
}
</style>