Shades of Cherokee #F2CD8D
Tints of Cherokee #F2CD8D
RGB
CMYK
RGB Variations
Color information
#F2CD8D (or 0xF2CD8D) is known color: Cherokee. HEX triplet: F2, CD and 8D. RGB value is (242,205,141). Sum of RGB (Red+Green+Blue) = 242+205+141=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CD8D is #0D3272. Grayscale: #D1D1D1. Windows color (decimal): -864883 or 9293298. OLE color: 9293298.
HSL color Cylindrical-coordinate representation of color #F2CD8D: hue angle of 38.02º 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 #F2CD8D is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 141 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.05 |
| HSL | 38.02º | 0.8% | 0.75% | - |
| HSV(B) | 38.02º | 0.42% | 0.95% | - |
| XYZ | 63.26 | 64.46 | 34.31 | - |
| YUV | 208.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 141 | 0 | 0.15 | 0.42 | 0.05 | 38.02 | 0.8 | 0.75 |
| Hex | F2 | CD | 8D | 0 | F | 2A | 5 | 26 | 50 | 4B |
| Octal | 362 | 315 | 215 | 0 | 17 | 52 | 5 | 46 | 120 | 113 |
| Binary | 11110010 | 11001101 | 10001101 | 0 | 1111 | 101010 | 101 | 100110 | 1010000 | 1001011 |
Color Harmonies of #F2CD8D
Complementary color
Monochromatic Colors of #F2CD8D
Black with #F2CD8D
Text Example
Text Example
White with #F2CD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CD8D; }
p { color: rgb(242,205,141); }
H1.HeaderClassName
{
color: #F2CD8D;
}
.AnyTagClassName
{
color: #F2CD8D;
}
</style>
background-color css
<style>
a { background-color: #F2CD8D; }
a { background-color: rgb(242,205,141); }
div.DivClassName
{
background-color: #F2CD8D;
}
.BgClassName
{
background-color: #F2CD8D;
}
</style>
border-color css
<style>
span { border-color: #F2CD8D; }
span { border-color: rgb(242,205,141); }
td.TdClassName
{
border-color: #F2CD8D;
}
.TagClassName
{
border-color: #F2CD8D;
}
</style>