Shades of Cherokee #F2D080
Tints of Cherokee #F2D080
RGB
CMYK
RGB Variations
Color information
#F2D080 (or 0xF2D080) is known color: Cherokee. HEX triplet: F2, D0 and 80. RGB value is (242,208,128). Sum of RGB (Red+Green+Blue) = 242+208+128=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D080 is #0D2F7F. Grayscale: #D1D1D1. Windows color (decimal): -864128 or 8442098. OLE color: 8442098.
HSL color Cylindrical-coordinate representation of color #F2D080: hue angle of 42.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2D080 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 128 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.05 |
| HSL | 42.11º | 0.81% | 0.73% | - |
| HSV(B) | 42.11º | 0.47% | 0.95% | - |
| XYZ | 63.07 | 65.55 | 29.75 | - |
| YUV | 209.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 128 | 0 | 0.14 | 0.47 | 0.05 | 42.11 | 0.81 | 0.73 |
| Hex | F2 | D0 | 80 | 0 | E | 2F | 5 | 2A | 51 | 49 |
| Octal | 362 | 320 | 200 | 0 | 16 | 57 | 5 | 52 | 121 | 111 |
| Binary | 11110010 | 11010000 | 10000000 | 0 | 1110 | 101111 | 101 | 101010 | 1010001 | 1001001 |
Color Harmonies of #F2D080
Complementary color
Monochromatic Colors of #F2D080
Black with #F2D080
Text Example
Text Example
White with #F2D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D080; }
p { color: rgb(242,208,128); }
H1.HeaderClassName
{
color: #F2D080;
}
.AnyTagClassName
{
color: #F2D080;
}
</style>
background-color css
<style>
a { background-color: #F2D080; }
a { background-color: rgb(242,208,128); }
div.DivClassName
{
background-color: #F2D080;
}
.BgClassName
{
background-color: #F2D080;
}
</style>
border-color css
<style>
span { border-color: #F2D080; }
span { border-color: rgb(242,208,128); }
td.TdClassName
{
border-color: #F2D080;
}
.TagClassName
{
border-color: #F2D080;
}
</style>