Shades of Cherokee #F5D08C
Tints of Cherokee #F5D08C
RGB
CMYK
RGB Variations
Color information
#F5D08C (or 0xF5D08C) is known color: Cherokee. HEX triplet: F5, D0 and 8C. RGB value is (245,208,140). Sum of RGB (Red+Green+Blue) = 245+208+140=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D08C is #0A2F73. Grayscale: #D3D3D3. Windows color (decimal): -667508 or 9228533. OLE color: 9228533.
HSL color Cylindrical-coordinate representation of color #F5D08C: hue angle of 38.86º degrees, saturation: 0.84, 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 #F5D08C is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 140 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.04 |
| HSL | 38.86º | 0.84% | 0.75% | - |
| HSV(B) | 38.86º | 0.43% | 0.96% | - |
| XYZ | 64.95 | 66.42 | 34.21 | - |
| YUV | 211.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 140 | 0 | 0.15 | 0.43 | 0.04 | 38.86 | 0.84 | 0.75 |
| Hex | F5 | D0 | 8C | 0 | F | 2B | 4 | 27 | 54 | 4B |
| Octal | 365 | 320 | 214 | 0 | 17 | 53 | 4 | 47 | 124 | 113 |
| Binary | 11110101 | 11010000 | 10001100 | 0 | 1111 | 101011 | 100 | 100111 | 1010100 | 1001011 |
Color Harmonies of #F5D08C
Complementary color
Monochromatic Colors of #F5D08C
Black with #F5D08C
Text Example
Text Example
White with #F5D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D08C; }
p { color: rgb(245,208,140); }
H1.HeaderClassName
{
color: #F5D08C;
}
.AnyTagClassName
{
color: #F5D08C;
}
</style>
background-color css
<style>
a { background-color: #F5D08C; }
a { background-color: rgb(245,208,140); }
div.DivClassName
{
background-color: #F5D08C;
}
.BgClassName
{
background-color: #F5D08C;
}
</style>
border-color css
<style>
span { border-color: #F5D08C; }
span { border-color: rgb(245,208,140); }
td.TdClassName
{
border-color: #F5D08C;
}
.TagClassName
{
border-color: #F5D08C;
}
</style>