Shades of Cherokee #F1D08F
Tints of Cherokee #F1D08F
RGB
CMYK
RGB Variations
Color information
#F1D08F (or 0xF1D08F) is known color: Cherokee. HEX triplet: F1, D0 and 8F. RGB value is (241,208,143). Sum of RGB (Red+Green+Blue) = 241+208+143=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D08F is #0E2F70. Grayscale: #D2D2D2. Windows color (decimal): -929649 or 9425137. OLE color: 9425137.
HSL color Cylindrical-coordinate representation of color #F1D08F: hue angle of 39.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1D08F is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 143 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.05 |
| HSL | 39.8º | 0.78% | 0.75% | - |
| HSV(B) | 39.8º | 0.41% | 0.95% | - |
| XYZ | 63.79 | 65.8 | 35.32 | - |
| YUV | 210.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 143 | 0 | 0.14 | 0.41 | 0.05 | 39.8 | 0.78 | 0.75 |
| Hex | F1 | D0 | 8F | 0 | E | 29 | 5 | 28 | 4E | 4B |
| Octal | 361 | 320 | 217 | 0 | 16 | 51 | 5 | 50 | 116 | 113 |
| Binary | 11110001 | 11010000 | 10001111 | 0 | 1110 | 101001 | 101 | 101000 | 1001110 | 1001011 |
Color Harmonies of #F1D08F
Complementary color
Monochromatic Colors of #F1D08F
Black with #F1D08F
Text Example
Text Example
White with #F1D08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D08F; }
p { color: rgb(241,208,143); }
H1.HeaderClassName
{
color: #F1D08F;
}
.AnyTagClassName
{
color: #F1D08F;
}
</style>
background-color css
<style>
a { background-color: #F1D08F; }
a { background-color: rgb(241,208,143); }
div.DivClassName
{
background-color: #F1D08F;
}
.BgClassName
{
background-color: #F1D08F;
}
</style>
border-color css
<style>
span { border-color: #F1D08F; }
span { border-color: rgb(241,208,143); }
td.TdClassName
{
border-color: #F1D08F;
}
.TagClassName
{
border-color: #F1D08F;
}
</style>