Shades of Cherokee #F9CD8B
Tints of Cherokee #F9CD8B
RGB
CMYK
RGB Variations
Color information
#F9CD8B (or 0xF9CD8B) is known color: Cherokee. HEX triplet: F9, CD and 8B. RGB value is (249,205,139). Sum of RGB (Red+Green+Blue) = 249+205+139=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CD8B is #063274. Grayscale: #D2D2D2. Windows color (decimal): -406133 or 9162233. OLE color: 9162233.
HSL color Cylindrical-coordinate representation of color #F9CD8B: hue angle of 36º 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 #F9CD8B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 205 | 139 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.02 |
| HSL | 36º | 0.9% | 0.76% | - |
| HSV(B) | 36º | 0.44% | 0.98% | - |
| XYZ | 65.56 | 65.67 | 33.65 | - |
| YUV | 210.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 205 | 139 | 0 | 0.18 | 0.44 | 0.02 | 36 | 0.9 | 0.76 |
| Hex | F9 | CD | 8B | 0 | 12 | 2C | 2 | 24 | 5A | 4C |
| Octal | 371 | 315 | 213 | 0 | 22 | 54 | 2 | 44 | 132 | 114 |
| Binary | 11111001 | 11001101 | 10001011 | 0 | 10010 | 101100 | 10 | 100100 | 1011010 | 1001100 |
Color Harmonies of #F9CD8B
Complementary color
Monochromatic Colors of #F9CD8B
Black with #F9CD8B
Text Example
Text Example
White with #F9CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CD8B; }
p { color: rgb(249,205,139); }
H1.HeaderClassName
{
color: #F9CD8B;
}
.AnyTagClassName
{
color: #F9CD8B;
}
</style>
background-color css
<style>
a { background-color: #F9CD8B; }
a { background-color: rgb(249,205,139); }
div.DivClassName
{
background-color: #F9CD8B;
}
.BgClassName
{
background-color: #F9CD8B;
}
</style>
border-color css
<style>
span { border-color: #F9CD8B; }
span { border-color: rgb(249,205,139); }
td.TdClassName
{
border-color: #F9CD8B;
}
.TagClassName
{
border-color: #F9CD8B;
}
</style>