Shades of Cherokee #F2CA8E
Tints of Cherokee #F2CA8E
RGB
CMYK
RGB Variations
Color information
#F2CA8E (or 0xF2CA8E) is known color: Cherokee. HEX triplet: F2, CA and 8E. RGB value is (242,202,142). Sum of RGB (Red+Green+Blue) = 242+202+142=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CA8E is #0D3571. Grayscale: #CFCFCF. Windows color (decimal): -865650 or 9358066. OLE color: 9358066.
HSL color Cylindrical-coordinate representation of color #F2CA8E: hue angle of 36º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2CA8E is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 142 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.05 |
| HSL | 36º | 0.79% | 0.75% | - |
| HSV(B) | 36º | 0.41% | 0.95% | - |
| XYZ | 62.62 | 63.07 | 34.46 | - |
| YUV | 207.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 142 | 0 | 0.17 | 0.41 | 0.05 | 36 | 0.79 | 0.75 |
| Hex | F2 | CA | 8E | 0 | 11 | 29 | 5 | 24 | 4F | 4B |
| Octal | 362 | 312 | 216 | 0 | 21 | 51 | 5 | 44 | 117 | 113 |
| Binary | 11110010 | 11001010 | 10001110 | 0 | 10001 | 101001 | 101 | 100100 | 1001111 | 1001011 |
Color Harmonies of #F2CA8E
Complementary color
Monochromatic Colors of #F2CA8E
Black with #F2CA8E
Text Example
Text Example
White with #F2CA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA8E; }
p { color: rgb(242,202,142); }
H1.HeaderClassName
{
color: #F2CA8E;
}
.AnyTagClassName
{
color: #F2CA8E;
}
</style>
background-color css
<style>
a { background-color: #F2CA8E; }
a { background-color: rgb(242,202,142); }
div.DivClassName
{
background-color: #F2CA8E;
}
.BgClassName
{
background-color: #F2CA8E;
}
</style>
border-color css
<style>
span { border-color: #F2CA8E; }
span { border-color: rgb(242,202,142); }
td.TdClassName
{
border-color: #F2CA8E;
}
.TagClassName
{
border-color: #F2CA8E;
}
</style>