Shades of Cherokee #F1D084
Tints of Cherokee #F1D084
RGB
CMYK
RGB Variations
Color information
#F1D084 (or 0xF1D084) is known color: Cherokee. HEX triplet: F1, D0 and 84. RGB value is (241,208,132). Sum of RGB (Red+Green+Blue) = 241+208+132=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D084 is #0E2F7B. Grayscale: #D1D1D1. Windows color (decimal): -929660 or 8704241. OLE color: 8704241.
HSL color Cylindrical-coordinate representation of color #F1D084: hue angle of 41.83º degrees, saturation: 0.8, 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 #F1D084 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 132 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.05 |
| HSL | 41.83º | 0.8% | 0.73% | - |
| HSV(B) | 41.83º | 0.45% | 0.95% | - |
| XYZ | 63 | 65.48 | 31.15 | - |
| YUV | 209.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 132 | 0 | 0.14 | 0.45 | 0.05 | 41.83 | 0.8 | 0.73 |
| Hex | F1 | D0 | 84 | 0 | E | 2D | 5 | 2A | 50 | 49 |
| Octal | 361 | 320 | 204 | 0 | 16 | 55 | 5 | 52 | 120 | 111 |
| Binary | 11110001 | 11010000 | 10000100 | 0 | 1110 | 101101 | 101 | 101010 | 1010000 | 1001001 |
Color Harmonies of #F1D084
Complementary color
Monochromatic Colors of #F1D084
Black with #F1D084
Text Example
Text Example
White with #F1D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D084; }
p { color: rgb(241,208,132); }
H1.HeaderClassName
{
color: #F1D084;
}
.AnyTagClassName
{
color: #F1D084;
}
</style>
background-color css
<style>
a { background-color: #F1D084; }
a { background-color: rgb(241,208,132); }
div.DivClassName
{
background-color: #F1D084;
}
.BgClassName
{
background-color: #F1D084;
}
</style>
border-color css
<style>
span { border-color: #F1D084; }
span { border-color: rgb(241,208,132); }
td.TdClassName
{
border-color: #F1D084;
}
.TagClassName
{
border-color: #F1D084;
}
</style>