Shades of Cherokee #F4D08B
Tints of Cherokee #F4D08B
RGB
CMYK
RGB Variations
Color information
#F4D08B (or 0xF4D08B) is known color: Cherokee. HEX triplet: F4, D0 and 8B. RGB value is (244,208,139). Sum of RGB (Red+Green+Blue) = 244+208+139=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D08B is #0B2F74. Grayscale: #D3D3D3. Windows color (decimal): -733045 or 9162996. OLE color: 9162996.
HSL color Cylindrical-coordinate representation of color #F4D08B: hue angle of 39.43º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4D08B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 139 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.04 |
| HSL | 39.43º | 0.83% | 0.75% | - |
| HSV(B) | 39.43º | 0.43% | 0.96% | - |
| XYZ | 64.52 | 66.21 | 33.8 | - |
| YUV | 210.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 139 | 0 | 0.15 | 0.43 | 0.04 | 39.43 | 0.83 | 0.75 |
| Hex | F4 | D0 | 8B | 0 | F | 2B | 4 | 27 | 53 | 4B |
| Octal | 364 | 320 | 213 | 0 | 17 | 53 | 4 | 47 | 123 | 113 |
| Binary | 11110100 | 11010000 | 10001011 | 0 | 1111 | 101011 | 100 | 100111 | 1010011 | 1001011 |
Color Harmonies of #F4D08B
Complementary color
Monochromatic Colors of #F4D08B
Black with #F4D08B
Text Example
Text Example
White with #F4D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D08B; }
p { color: rgb(244,208,139); }
H1.HeaderClassName
{
color: #F4D08B;
}
.AnyTagClassName
{
color: #F4D08B;
}
</style>
background-color css
<style>
a { background-color: #F4D08B; }
a { background-color: rgb(244,208,139); }
div.DivClassName
{
background-color: #F4D08B;
}
.BgClassName
{
background-color: #F4D08B;
}
</style>
border-color css
<style>
span { border-color: #F4D08B; }
span { border-color: rgb(244,208,139); }
td.TdClassName
{
border-color: #F4D08B;
}
.TagClassName
{
border-color: #F4D08B;
}
</style>