Shades of Cherokee #F2CF88
Tints of Cherokee #F2CF88
RGB
CMYK
RGB Variations
Color information
#F2CF88 (or 0xF2CF88) is known color: Cherokee. HEX triplet: F2, CF and 88. RGB value is (242,207,136). Sum of RGB (Red+Green+Blue) = 242+207+136=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF88 is #0D3077. Grayscale: #D1D1D1. Windows color (decimal): -864376 or 8966130. OLE color: 8966130.
HSL color Cylindrical-coordinate representation of color #F2CF88: hue angle of 40.19º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2CF88 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 136 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.05 |
| HSL | 40.19º | 0.8% | 0.74% | - |
| HSV(B) | 40.19º | 0.44% | 0.95% | - |
| XYZ | 63.37 | 65.28 | 32.55 | - |
| YUV | 209.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 136 | 0 | 0.14 | 0.44 | 0.05 | 40.19 | 0.8 | 0.74 |
| Hex | F2 | CF | 88 | 0 | E | 2C | 5 | 28 | 50 | 4A |
| Octal | 362 | 317 | 210 | 0 | 16 | 54 | 5 | 50 | 120 | 112 |
| Binary | 11110010 | 11001111 | 10001000 | 0 | 1110 | 101100 | 101 | 101000 | 1010000 | 1001010 |
Color Harmonies of #F2CF88
Complementary color
Monochromatic Colors of #F2CF88
Black with #F2CF88
Text Example
Text Example
White with #F2CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF88; }
p { color: rgb(242,207,136); }
H1.HeaderClassName
{
color: #F2CF88;
}
.AnyTagClassName
{
color: #F2CF88;
}
</style>
background-color css
<style>
a { background-color: #F2CF88; }
a { background-color: rgb(242,207,136); }
div.DivClassName
{
background-color: #F2CF88;
}
.BgClassName
{
background-color: #F2CF88;
}
</style>
border-color css
<style>
span { border-color: #F2CF88; }
span { border-color: rgb(242,207,136); }
td.TdClassName
{
border-color: #F2CF88;
}
.TagClassName
{
border-color: #F2CF88;
}
</style>