Shades of Cherokee #F1CF84
Tints of Cherokee #F1CF84
RGB
CMYK
RGB Variations
Color information
#F1CF84 (or 0xF1CF84) is known color: Cherokee. HEX triplet: F1, CF and 84. RGB value is (241,207,132). Sum of RGB (Red+Green+Blue) = 241+207+132=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CF84 is #0E307B. Grayscale: #D0D0D0. Windows color (decimal): -929916 or 8703985. OLE color: 8703985.
HSL color Cylindrical-coordinate representation of color #F1CF84: hue angle of 41.28º 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 #F1CF84 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 132 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.05 |
| HSL | 41.28º | 0.8% | 0.73% | - |
| HSV(B) | 41.28º | 0.45% | 0.95% | - |
| XYZ | 62.75 | 64.99 | 31.07 | - |
| YUV | 208.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 132 | 0 | 0.14 | 0.45 | 0.05 | 41.28 | 0.8 | 0.73 |
| Hex | F1 | CF | 84 | 0 | E | 2D | 5 | 29 | 50 | 49 |
| Octal | 361 | 317 | 204 | 0 | 16 | 55 | 5 | 51 | 120 | 111 |
| Binary | 11110001 | 11001111 | 10000100 | 0 | 1110 | 101101 | 101 | 101001 | 1010000 | 1001001 |
Color Harmonies of #F1CF84
Complementary color
Monochromatic Colors of #F1CF84
Black with #F1CF84
Text Example
Text Example
White with #F1CF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF84; }
p { color: rgb(241,207,132); }
H1.HeaderClassName
{
color: #F1CF84;
}
.AnyTagClassName
{
color: #F1CF84;
}
</style>
background-color css
<style>
a { background-color: #F1CF84; }
a { background-color: rgb(241,207,132); }
div.DivClassName
{
background-color: #F1CF84;
}
.BgClassName
{
background-color: #F1CF84;
}
</style>
border-color css
<style>
span { border-color: #F1CF84; }
span { border-color: rgb(241,207,132); }
td.TdClassName
{
border-color: #F1CF84;
}
.TagClassName
{
border-color: #F1CF84;
}
</style>