Shades of Cherokee #F1C58A
Tints of Cherokee #F1C58A
RGB
CMYK
RGB Variations
Color information
#F1C58A (or 0xF1C58A) is known color: Cherokee. HEX triplet: F1, C5 and 8A. RGB value is (241,197,138). Sum of RGB (Red+Green+Blue) = 241+197+138=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C58A is #0E3A75. Grayscale: #CBCBCB. Windows color (decimal): -932470 or 9094641. OLE color: 9094641.
HSL color Cylindrical-coordinate representation of color #F1C58A: hue angle of 34.37º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1C58A is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 138 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.05 |
| HSL | 34.37º | 0.79% | 0.74% | - |
| HSV(B) | 34.37º | 0.43% | 0.95% | - |
| XYZ | 60.83 | 60.47 | 32.51 | - |
| YUV | 203.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 138 | 0 | 0.18 | 0.43 | 0.05 | 34.37 | 0.79 | 0.74 |
| Hex | F1 | C5 | 8A | 0 | 12 | 2B | 5 | 22 | 4F | 4A |
| Octal | 361 | 305 | 212 | 0 | 22 | 53 | 5 | 42 | 117 | 112 |
| Binary | 11110001 | 11000101 | 10001010 | 0 | 10010 | 101011 | 101 | 100010 | 1001111 | 1001010 |
Color Harmonies of #F1C58A
Complementary color
Monochromatic Colors of #F1C58A
Black with #F1C58A
Text Example
Text Example
White with #F1C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C58A; }
p { color: rgb(241,197,138); }
H1.HeaderClassName
{
color: #F1C58A;
}
.AnyTagClassName
{
color: #F1C58A;
}
</style>
background-color css
<style>
a { background-color: #F1C58A; }
a { background-color: rgb(241,197,138); }
div.DivClassName
{
background-color: #F1C58A;
}
.BgClassName
{
background-color: #F1C58A;
}
</style>
border-color css
<style>
span { border-color: #F1C58A; }
span { border-color: rgb(241,197,138); }
td.TdClassName
{
border-color: #F1C58A;
}
.TagClassName
{
border-color: #F1C58A;
}
</style>