Shades of Cherokee #F2D082
Tints of Cherokee #F2D082
RGB
CMYK
RGB Variations
Color information
#F2D082 (or 0xF2D082) is known color: Cherokee. HEX triplet: F2, D0 and 82. RGB value is (242,208,130). Sum of RGB (Red+Green+Blue) = 242+208+130=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D082 is #0D2F7D. Grayscale: #D1D1D1. Windows color (decimal): -864126 or 8573170. OLE color: 8573170.
HSL color Cylindrical-coordinate representation of color #F2D082: hue angle of 41.79º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2D082 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 130 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.05 |
| HSL | 41.79º | 0.81% | 0.73% | - |
| HSV(B) | 41.79º | 0.46% | 0.95% | - |
| XYZ | 63.2 | 65.6 | 30.45 | - |
| YUV | 209.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 130 | 0 | 0.14 | 0.46 | 0.05 | 41.79 | 0.81 | 0.73 |
| Hex | F2 | D0 | 82 | 0 | E | 2E | 5 | 2A | 51 | 49 |
| Octal | 362 | 320 | 202 | 0 | 16 | 56 | 5 | 52 | 121 | 111 |
| Binary | 11110010 | 11010000 | 10000010 | 0 | 1110 | 101110 | 101 | 101010 | 1010001 | 1001001 |
Color Harmonies of #F2D082
Complementary color
Monochromatic Colors of #F2D082
Black with #F2D082
Text Example
Text Example
White with #F2D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D082; }
p { color: rgb(242,208,130); }
H1.HeaderClassName
{
color: #F2D082;
}
.AnyTagClassName
{
color: #F2D082;
}
</style>
background-color css
<style>
a { background-color: #F2D082; }
a { background-color: rgb(242,208,130); }
div.DivClassName
{
background-color: #F2D082;
}
.BgClassName
{
background-color: #F2D082;
}
</style>
border-color css
<style>
span { border-color: #F2D082; }
span { border-color: rgb(242,208,130); }
td.TdClassName
{
border-color: #F2D082;
}
.TagClassName
{
border-color: #F2D082;
}
</style>