Shades of Cherokee #F5D08A
Tints of Cherokee #F5D08A
RGB
CMYK
RGB Variations
Color information
#F5D08A (or 0xF5D08A) is known color: Cherokee. HEX triplet: F5, D0 and 8A. RGB value is (245,208,138). Sum of RGB (Red+Green+Blue) = 245+208+138=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D08A is #0A2F75. Grayscale: #D3D3D3. Windows color (decimal): -667510 or 9097461. OLE color: 9097461.
HSL color Cylindrical-coordinate representation of color #F5D08A: hue angle of 39.25º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5D08A is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 138 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.04 |
| HSL | 39.25º | 0.84% | 0.75% | - |
| HSV(B) | 39.25º | 0.44% | 0.96% | - |
| XYZ | 64.8 | 66.36 | 33.44 | - |
| YUV | 211.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 138 | 0 | 0.15 | 0.44 | 0.04 | 39.25 | 0.84 | 0.75 |
| Hex | F5 | D0 | 8A | 0 | F | 2C | 4 | 27 | 54 | 4B |
| Octal | 365 | 320 | 212 | 0 | 17 | 54 | 4 | 47 | 124 | 113 |
| Binary | 11110101 | 11010000 | 10001010 | 0 | 1111 | 101100 | 100 | 100111 | 1010100 | 1001011 |
Color Harmonies of #F5D08A
Complementary color
Monochromatic Colors of #F5D08A
Black with #F5D08A
Text Example
Text Example
White with #F5D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D08A; }
p { color: rgb(245,208,138); }
H1.HeaderClassName
{
color: #F5D08A;
}
.AnyTagClassName
{
color: #F5D08A;
}
</style>
background-color css
<style>
a { background-color: #F5D08A; }
a { background-color: rgb(245,208,138); }
div.DivClassName
{
background-color: #F5D08A;
}
.BgClassName
{
background-color: #F5D08A;
}
</style>
border-color css
<style>
span { border-color: #F5D08A; }
span { border-color: rgb(245,208,138); }
td.TdClassName
{
border-color: #F5D08A;
}
.TagClassName
{
border-color: #F5D08A;
}
</style>