Shades of Cherokee #F2D084
Tints of Cherokee #F2D084
RGB
CMYK
RGB Variations
Color information
#F2D084 (or 0xF2D084) is known color: Cherokee. HEX triplet: F2, D0 and 84. RGB value is (242,208,132). Sum of RGB (Red+Green+Blue) = 242+208+132=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D084 is #0D2F7B. Grayscale: #D1D1D1. Windows color (decimal): -864124 or 8704242. OLE color: 8704242.
HSL color Cylindrical-coordinate representation of color #F2D084: hue angle of 41.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2D084 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 132 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.05 |
| HSL | 41.45º | 0.81% | 0.73% | - |
| HSV(B) | 41.45º | 0.45% | 0.95% | - |
| XYZ | 63.34 | 65.65 | 31.16 | - |
| YUV | 209.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 132 | 0 | 0.14 | 0.45 | 0.05 | 41.45 | 0.81 | 0.73 |
| Hex | F2 | D0 | 84 | 0 | E | 2D | 5 | 29 | 51 | 49 |
| Octal | 362 | 320 | 204 | 0 | 16 | 55 | 5 | 51 | 121 | 111 |
| Binary | 11110010 | 11010000 | 10000100 | 0 | 1110 | 101101 | 101 | 101001 | 1010001 | 1001001 |
Color Harmonies of #F2D084
Complementary color
Monochromatic Colors of #F2D084
Black with #F2D084
Text Example
Text Example
White with #F2D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D084; }
p { color: rgb(242,208,132); }
H1.HeaderClassName
{
color: #F2D084;
}
.AnyTagClassName
{
color: #F2D084;
}
</style>
background-color css
<style>
a { background-color: #F2D084; }
a { background-color: rgb(242,208,132); }
div.DivClassName
{
background-color: #F2D084;
}
.BgClassName
{
background-color: #F2D084;
}
</style>
border-color css
<style>
span { border-color: #F2D084; }
span { border-color: rgb(242,208,132); }
td.TdClassName
{
border-color: #F2D084;
}
.TagClassName
{
border-color: #F2D084;
}
</style>