Shades of Cherokee #F1C984
Tints of Cherokee #F1C984
RGB
CMYK
RGB Variations
Color information
#F1C984 (or 0xF1C984) is known color: Cherokee. HEX triplet: F1, C9 and 84. RGB value is (241,201,132). Sum of RGB (Red+Green+Blue) = 241+201+132=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C984 is #0E367B. Grayscale: #CDCDCD. Windows color (decimal): -931452 or 8702449. OLE color: 8702449.
HSL color Cylindrical-coordinate representation of color #F1C984: hue angle of 37.98º 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 #F1C984 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 132 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.05 |
| HSL | 37.98º | 0.8% | 0.73% | - |
| HSV(B) | 37.98º | 0.45% | 0.95% | - |
| XYZ | 61.33 | 62.14 | 30.59 | - |
| YUV | 205.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 132 | 0 | 0.17 | 0.45 | 0.05 | 37.98 | 0.8 | 0.73 |
| Hex | F1 | C9 | 84 | 0 | 11 | 2D | 5 | 26 | 50 | 49 |
| Octal | 361 | 311 | 204 | 0 | 21 | 55 | 5 | 46 | 120 | 111 |
| Binary | 11110001 | 11001001 | 10000100 | 0 | 10001 | 101101 | 101 | 100110 | 1010000 | 1001001 |
Color Harmonies of #F1C984
Complementary color
Monochromatic Colors of #F1C984
Black with #F1C984
Text Example
Text Example
White with #F1C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C984; }
p { color: rgb(241,201,132); }
H1.HeaderClassName
{
color: #F1C984;
}
.AnyTagClassName
{
color: #F1C984;
}
</style>
background-color css
<style>
a { background-color: #F1C984; }
a { background-color: rgb(241,201,132); }
div.DivClassName
{
background-color: #F1C984;
}
.BgClassName
{
background-color: #F1C984;
}
</style>
border-color css
<style>
span { border-color: #F1C984; }
span { border-color: rgb(241,201,132); }
td.TdClassName
{
border-color: #F1C984;
}
.TagClassName
{
border-color: #F1C984;
}
</style>