Shades of Cherokee #F1C883
Tints of Cherokee #F1C883
RGB
CMYK
RGB Variations
Color information
#F1C883 (or 0xF1C883) is known color: Cherokee. HEX triplet: F1, C8 and 83. RGB value is (241,200,131). Sum of RGB (Red+Green+Blue) = 241+200+131=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C883 is #0E377C. Grayscale: #CCCCCC. Windows color (decimal): -931709 or 8636657. OLE color: 8636657.
HSL color Cylindrical-coordinate representation of color #F1C883: hue angle of 37.64º 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 #F1C883 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 131 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.05 |
| HSL | 37.64º | 0.8% | 0.73% | - |
| HSV(B) | 37.64º | 0.46% | 0.95% | - |
| XYZ | 61.03 | 61.65 | 30.16 | - |
| YUV | 204.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 131 | 0 | 0.17 | 0.46 | 0.05 | 37.64 | 0.8 | 0.73 |
| Hex | F1 | C8 | 83 | 0 | 11 | 2E | 5 | 26 | 50 | 49 |
| Octal | 361 | 310 | 203 | 0 | 21 | 56 | 5 | 46 | 120 | 111 |
| Binary | 11110001 | 11001000 | 10000011 | 0 | 10001 | 101110 | 101 | 100110 | 1010000 | 1001001 |
Color Harmonies of #F1C883
Complementary color
Monochromatic Colors of #F1C883
Black with #F1C883
Text Example
Text Example
White with #F1C883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C883; }
p { color: rgb(241,200,131); }
H1.HeaderClassName
{
color: #F1C883;
}
.AnyTagClassName
{
color: #F1C883;
}
</style>
background-color css
<style>
a { background-color: #F1C883; }
a { background-color: rgb(241,200,131); }
div.DivClassName
{
background-color: #F1C883;
}
.BgClassName
{
background-color: #F1C883;
}
</style>
border-color css
<style>
span { border-color: #F1C883; }
span { border-color: rgb(241,200,131); }
td.TdClassName
{
border-color: #F1C883;
}
.TagClassName
{
border-color: #F1C883;
}
</style>