Shades of Cherokee #F2C58C
Tints of Cherokee #F2C58C
RGB
CMYK
RGB Variations
Color information
#F2C58C (or 0xF2C58C) is known color: Cherokee. HEX triplet: F2, C5 and 8C. RGB value is (242,197,140). Sum of RGB (Red+Green+Blue) = 242+197+140=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C58C is #0D3A73. Grayscale: #CCCCCC. Windows color (decimal): -866932 or 9225714. OLE color: 9225714.
HSL color Cylindrical-coordinate representation of color #F2C58C: hue angle of 33.53º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2C58C is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 140 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.05 |
| HSL | 33.53º | 0.8% | 0.75% | - |
| HSV(B) | 33.53º | 0.42% | 0.95% | - |
| XYZ | 61.32 | 60.7 | 33.3 | - |
| YUV | 203.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 140 | 0 | 0.19 | 0.42 | 0.05 | 33.53 | 0.8 | 0.75 |
| Hex | F2 | C5 | 8C | 0 | 13 | 2A | 5 | 22 | 50 | 4B |
| Octal | 362 | 305 | 214 | 0 | 23 | 52 | 5 | 42 | 120 | 113 |
| Binary | 11110010 | 11000101 | 10001100 | 0 | 10011 | 101010 | 101 | 100010 | 1010000 | 1001011 |
Color Harmonies of #F2C58C
Complementary color
Monochromatic Colors of #F2C58C
Black with #F2C58C
Text Example
Text Example
White with #F2C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C58C; }
p { color: rgb(242,197,140); }
H1.HeaderClassName
{
color: #F2C58C;
}
.AnyTagClassName
{
color: #F2C58C;
}
</style>
background-color css
<style>
a { background-color: #F2C58C; }
a { background-color: rgb(242,197,140); }
div.DivClassName
{
background-color: #F2C58C;
}
.BgClassName
{
background-color: #F2C58C;
}
</style>
border-color css
<style>
span { border-color: #F2C58C; }
span { border-color: rgb(242,197,140); }
td.TdClassName
{
border-color: #F2C58C;
}
.TagClassName
{
border-color: #F2C58C;
}
</style>