Shades of Cherokee #F2D08D
Tints of Cherokee #F2D08D
RGB
CMYK
RGB Variations
Color information
#F2D08D (or 0xF2D08D) is known color: Cherokee. HEX triplet: F2, D0 and 8D. RGB value is (242,208,141). Sum of RGB (Red+Green+Blue) = 242+208+141=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D08D is #0D2F72. Grayscale: #D2D2D2. Windows color (decimal): -864115 or 9294066. OLE color: 9294066.
HSL color Cylindrical-coordinate representation of color #F2D08D: hue angle of 39.8º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2D08D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 141 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.05 |
| HSL | 39.8º | 0.8% | 0.75% | - |
| HSV(B) | 39.8º | 0.42% | 0.95% | - |
| XYZ | 63.98 | 65.91 | 34.55 | - |
| YUV | 210.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 141 | 0 | 0.14 | 0.42 | 0.05 | 39.8 | 0.8 | 0.75 |
| Hex | F2 | D0 | 8D | 0 | E | 2A | 5 | 28 | 50 | 4B |
| Octal | 362 | 320 | 215 | 0 | 16 | 52 | 5 | 50 | 120 | 113 |
| Binary | 11110010 | 11010000 | 10001101 | 0 | 1110 | 101010 | 101 | 101000 | 1010000 | 1001011 |
Color Harmonies of #F2D08D
Complementary color
Monochromatic Colors of #F2D08D
Black with #F2D08D
Text Example
Text Example
White with #F2D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D08D; }
p { color: rgb(242,208,141); }
H1.HeaderClassName
{
color: #F2D08D;
}
.AnyTagClassName
{
color: #F2D08D;
}
</style>
background-color css
<style>
a { background-color: #F2D08D; }
a { background-color: rgb(242,208,141); }
div.DivClassName
{
background-color: #F2D08D;
}
.BgClassName
{
background-color: #F2D08D;
}
</style>
border-color css
<style>
span { border-color: #F2D08D; }
span { border-color: rgb(242,208,141); }
td.TdClassName
{
border-color: #F2D08D;
}
.TagClassName
{
border-color: #F2D08D;
}
</style>