Shades of Cherokee #F1CF83
Tints of Cherokee #F1CF83
RGB
CMYK
RGB Variations
Color information
#F1CF83 (or 0xF1CF83) is known color: Cherokee. HEX triplet: F1, CF and 83. RGB value is (241,207,131). Sum of RGB (Red+Green+Blue) = 241+207+131=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 131 (51.56% from 255 or 22.63% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CF83 is #0E307C. Grayscale: #D0D0D0. Windows color (decimal): -929917 or 8638449. OLE color: 8638449.
HSL color Cylindrical-coordinate representation of color #F1CF83: hue angle of 41.45º 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 #F1CF83 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 131 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.05 |
| HSL | 41.45º | 0.8% | 0.73% | - |
| HSV(B) | 41.45º | 0.46% | 0.95% | - |
| XYZ | 62.69 | 64.97 | 30.71 | - |
| YUV | 208.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 131 | 0 | 0.14 | 0.46 | 0.05 | 41.45 | 0.8 | 0.73 |
| Hex | F1 | CF | 83 | 0 | E | 2E | 5 | 29 | 50 | 49 |
| Octal | 361 | 317 | 203 | 0 | 16 | 56 | 5 | 51 | 120 | 111 |
| Binary | 11110001 | 11001111 | 10000011 | 0 | 1110 | 101110 | 101 | 101001 | 1010000 | 1001001 |
Color Harmonies of #F1CF83
Complementary color
Monochromatic Colors of #F1CF83
Black with #F1CF83
Text Example
Text Example
White with #F1CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF83; }
p { color: rgb(241,207,131); }
H1.HeaderClassName
{
color: #F1CF83;
}
.AnyTagClassName
{
color: #F1CF83;
}
</style>
background-color css
<style>
a { background-color: #F1CF83; }
a { background-color: rgb(241,207,131); }
div.DivClassName
{
background-color: #F1CF83;
}
.BgClassName
{
background-color: #F1CF83;
}
</style>
border-color css
<style>
span { border-color: #F1CF83; }
span { border-color: rgb(241,207,131); }
td.TdClassName
{
border-color: #F1CF83;
}
.TagClassName
{
border-color: #F1CF83;
}
</style>