Shades of Cherokee #F2D08B
Tints of Cherokee #F2D08B
RGB
CMYK
RGB Variations
Color information
#F2D08B (or 0xF2D08B) is known color: Cherokee. HEX triplet: F2, D0 and 8B. RGB value is (242,208,139). Sum of RGB (Red+Green+Blue) = 242+208+139=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D08B is #0D2F74. Grayscale: #D2D2D2. Windows color (decimal): -864117 or 9162994. OLE color: 9162994.
HSL color Cylindrical-coordinate representation of color #F2D08B: hue angle of 40.19º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2D08B is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 139 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.05 |
| HSL | 40.19º | 0.8% | 0.75% | - |
| HSV(B) | 40.19º | 0.43% | 0.95% | - |
| XYZ | 63.83 | 65.85 | 33.77 | - |
| YUV | 210.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 139 | 0 | 0.14 | 0.43 | 0.05 | 40.19 | 0.8 | 0.75 |
| Hex | F2 | D0 | 8B | 0 | E | 2B | 5 | 28 | 50 | 4B |
| Octal | 362 | 320 | 213 | 0 | 16 | 53 | 5 | 50 | 120 | 113 |
| Binary | 11110010 | 11010000 | 10001011 | 0 | 1110 | 101011 | 101 | 101000 | 1010000 | 1001011 |
Color Harmonies of #F2D08B
Complementary color
Monochromatic Colors of #F2D08B
Black with #F2D08B
Text Example
Text Example
White with #F2D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D08B; }
p { color: rgb(242,208,139); }
H1.HeaderClassName
{
color: #F2D08B;
}
.AnyTagClassName
{
color: #F2D08B;
}
</style>
background-color css
<style>
a { background-color: #F2D08B; }
a { background-color: rgb(242,208,139); }
div.DivClassName
{
background-color: #F2D08B;
}
.BgClassName
{
background-color: #F2D08B;
}
</style>
border-color css
<style>
span { border-color: #F2D08B; }
span { border-color: rgb(242,208,139); }
td.TdClassName
{
border-color: #F2D08B;
}
.TagClassName
{
border-color: #F2D08B;
}
</style>