Shades of Cherokee #F1CA83
Tints of Cherokee #F1CA83
RGB
CMYK
RGB Variations
Color information
#F1CA83 (or 0xF1CA83) is known color: Cherokee. HEX triplet: F1, CA and 83. RGB value is (241,202,131). Sum of RGB (Red+Green+Blue) = 241+202+131=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 131 (51.56% from 255 or 22.82% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CA83 is #0E357C. Grayscale: #CDCDCD. Windows color (decimal): -931197 or 8637169. OLE color: 8637169.
HSL color Cylindrical-coordinate representation of color #F1CA83: hue angle of 38.73º 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 #F1CA83 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 202 | 131 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.05 |
| HSL | 38.73º | 0.8% | 0.73% | - |
| HSV(B) | 38.73º | 0.46% | 0.95% | - |
| XYZ | 61.49 | 62.58 | 30.31 | - |
| YUV | 205.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 202 | 131 | 0 | 0.16 | 0.46 | 0.05 | 38.73 | 0.8 | 0.73 |
| Hex | F1 | CA | 83 | 0 | 10 | 2E | 5 | 27 | 50 | 49 |
| Octal | 361 | 312 | 203 | 0 | 20 | 56 | 5 | 47 | 120 | 111 |
| Binary | 11110001 | 11001010 | 10000011 | 0 | 10000 | 101110 | 101 | 100111 | 1010000 | 1001001 |
Color Harmonies of #F1CA83
Complementary color
Monochromatic Colors of #F1CA83
Black with #F1CA83
Text Example
Text Example
White with #F1CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CA83; }
p { color: rgb(241,202,131); }
H1.HeaderClassName
{
color: #F1CA83;
}
.AnyTagClassName
{
color: #F1CA83;
}
</style>
background-color css
<style>
a { background-color: #F1CA83; }
a { background-color: rgb(241,202,131); }
div.DivClassName
{
background-color: #F1CA83;
}
.BgClassName
{
background-color: #F1CA83;
}
</style>
border-color css
<style>
span { border-color: #F1CA83; }
span { border-color: rgb(241,202,131); }
td.TdClassName
{
border-color: #F1CA83;
}
.TagClassName
{
border-color: #F1CA83;
}
</style>