Shades of Cherokee #F1CF81
Tints of Cherokee #F1CF81
RGB
CMYK
RGB Variations
Color information
#F1CF81 (or 0xF1CF81) is known color: Cherokee. HEX triplet: F1, CF and 81. RGB value is (241,207,129). Sum of RGB (Red+Green+Blue) = 241+207+129=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CF81 is #0E307E. Grayscale: #D0D0D0. Windows color (decimal): -929919 or 8507377. OLE color: 8507377.
HSL color Cylindrical-coordinate representation of color #F1CF81: hue angle of 41.79º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1CF81 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 129 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.05 |
| HSL | 41.79º | 0.8% | 0.73% | - |
| HSV(B) | 41.79º | 0.46% | 0.95% | - |
| XYZ | 62.55 | 64.91 | 30 | - |
| YUV | 208.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 129 | 0 | 0.14 | 0.46 | 0.05 | 41.79 | 0.8 | 0.73 |
| Hex | F1 | CF | 81 | 0 | E | 2E | 5 | 2A | 50 | 49 |
| Octal | 361 | 317 | 201 | 0 | 16 | 56 | 5 | 52 | 120 | 111 |
| Binary | 11110001 | 11001111 | 10000001 | 0 | 1110 | 101110 | 101 | 101010 | 1010000 | 1001001 |
Color Harmonies of #F1CF81
Complementary color
Monochromatic Colors of #F1CF81
Black with #F1CF81
Text Example
Text Example
White with #F1CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF81; }
p { color: rgb(241,207,129); }
H1.HeaderClassName
{
color: #F1CF81;
}
.AnyTagClassName
{
color: #F1CF81;
}
</style>
background-color css
<style>
a { background-color: #F1CF81; }
a { background-color: rgb(241,207,129); }
div.DivClassName
{
background-color: #F1CF81;
}
.BgClassName
{
background-color: #F1CF81;
}
</style>
border-color css
<style>
span { border-color: #F1CF81; }
span { border-color: rgb(241,207,129); }
td.TdClassName
{
border-color: #F1CF81;
}
.TagClassName
{
border-color: #F1CF81;
}
</style>