Shades of Cherokee #F2CF8D
Tints of Cherokee #F2CF8D
RGB
CMYK
RGB Variations
Color information
#F2CF8D (or 0xF2CF8D) is known color: Cherokee. HEX triplet: F2, CF and 8D. RGB value is (242,207,141). Sum of RGB (Red+Green+Blue) = 242+207+141=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF8D is #0D3072. Grayscale: #D2D2D2. Windows color (decimal): -864371 or 9293810. OLE color: 9293810.
HSL color Cylindrical-coordinate representation of color #F2CF8D: hue angle of 39.21º 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 #F2CF8D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 141 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.05 |
| HSL | 39.21º | 0.8% | 0.75% | - |
| HSV(B) | 39.21º | 0.42% | 0.95% | - |
| XYZ | 63.74 | 65.43 | 34.47 | - |
| YUV | 209.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 141 | 0 | 0.14 | 0.42 | 0.05 | 39.21 | 0.8 | 0.75 |
| Hex | F2 | CF | 8D | 0 | E | 2A | 5 | 27 | 50 | 4B |
| Octal | 362 | 317 | 215 | 0 | 16 | 52 | 5 | 47 | 120 | 113 |
| Binary | 11110010 | 11001111 | 10001101 | 0 | 1110 | 101010 | 101 | 100111 | 1010000 | 1001011 |
Color Harmonies of #F2CF8D
Complementary color
Monochromatic Colors of #F2CF8D
Black with #F2CF8D
Text Example
Text Example
White with #F2CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF8D; }
p { color: rgb(242,207,141); }
H1.HeaderClassName
{
color: #F2CF8D;
}
.AnyTagClassName
{
color: #F2CF8D;
}
</style>
background-color css
<style>
a { background-color: #F2CF8D; }
a { background-color: rgb(242,207,141); }
div.DivClassName
{
background-color: #F2CF8D;
}
.BgClassName
{
background-color: #F2CF8D;
}
</style>
border-color css
<style>
span { border-color: #F2CF8D; }
span { border-color: rgb(242,207,141); }
td.TdClassName
{
border-color: #F2CF8D;
}
.TagClassName
{
border-color: #F2CF8D;
}
</style>