Shades of Cherokee #F0D082
Tints of Cherokee #F0D082
RGB
CMYK
RGB Variations
Color information
#F0D082 (or 0xF0D082) is known color: Cherokee. HEX triplet: F0, D0 and 82. RGB value is (240,208,130). Sum of RGB (Red+Green+Blue) = 240+208+130=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D082 is #0F2F7D. Grayscale: #D1D1D1. Windows color (decimal): -995198 or 8573168. OLE color: 8573168.
HSL color Cylindrical-coordinate representation of color #F0D082: hue angle of 42.55º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0D082 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 130 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.06 |
| HSL | 42.55º | 0.79% | 0.73% | - |
| HSV(B) | 42.55º | 0.46% | 0.94% | - |
| XYZ | 62.52 | 65.25 | 30.42 | - |
| YUV | 208.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 130 | 0 | 0.13 | 0.46 | 0.06 | 42.55 | 0.79 | 0.73 |
| Hex | F0 | D0 | 82 | 0 | D | 2E | 6 | 2B | 4F | 49 |
| Octal | 360 | 320 | 202 | 0 | 15 | 56 | 6 | 53 | 117 | 111 |
| Binary | 11110000 | 11010000 | 10000010 | 0 | 1101 | 101110 | 110 | 101011 | 1001111 | 1001001 |
Color Harmonies of #F0D082
Complementary color
Monochromatic Colors of #F0D082
Black with #F0D082
Text Example
Text Example
White with #F0D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D082; }
p { color: rgb(240,208,130); }
H1.HeaderClassName
{
color: #F0D082;
}
.AnyTagClassName
{
color: #F0D082;
}
</style>
background-color css
<style>
a { background-color: #F0D082; }
a { background-color: rgb(240,208,130); }
div.DivClassName
{
background-color: #F0D082;
}
.BgClassName
{
background-color: #F0D082;
}
</style>
border-color css
<style>
span { border-color: #F0D082; }
span { border-color: rgb(240,208,130); }
td.TdClassName
{
border-color: #F0D082;
}
.TagClassName
{
border-color: #F0D082;
}
</style>