Shades of Cherokee #F2CE8B
Tints of Cherokee #F2CE8B
RGB
CMYK
RGB Variations
Color information
#F2CE8B (or 0xF2CE8B) is known color: Cherokee. HEX triplet: F2, CE and 8B. RGB value is (242,206,139). Sum of RGB (Red+Green+Blue) = 242+206+139=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE8B is #0D3174. Grayscale: #D1D1D1. Windows color (decimal): -864629 or 9162482. OLE color: 9162482.
HSL color Cylindrical-coordinate representation of color #F2CE8B: hue angle of 39.03º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2CE8B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 139 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.05 |
| HSL | 39.03º | 0.8% | 0.75% | - |
| HSV(B) | 39.03º | 0.43% | 0.95% | - |
| XYZ | 63.35 | 64.88 | 33.61 | - |
| YUV | 209.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 139 | 0 | 0.15 | 0.43 | 0.05 | 39.03 | 0.8 | 0.75 |
| Hex | F2 | CE | 8B | 0 | F | 2B | 5 | 27 | 50 | 4B |
| Octal | 362 | 316 | 213 | 0 | 17 | 53 | 5 | 47 | 120 | 113 |
| Binary | 11110010 | 11001110 | 10001011 | 0 | 1111 | 101011 | 101 | 100111 | 1010000 | 1001011 |
Color Harmonies of #F2CE8B
Complementary color
Monochromatic Colors of #F2CE8B
Black with #F2CE8B
Text Example
Text Example
White with #F2CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE8B; }
p { color: rgb(242,206,139); }
H1.HeaderClassName
{
color: #F2CE8B;
}
.AnyTagClassName
{
color: #F2CE8B;
}
</style>
background-color css
<style>
a { background-color: #F2CE8B; }
a { background-color: rgb(242,206,139); }
div.DivClassName
{
background-color: #F2CE8B;
}
.BgClassName
{
background-color: #F2CE8B;
}
</style>
border-color css
<style>
span { border-color: #F2CE8B; }
span { border-color: rgb(242,206,139); }
td.TdClassName
{
border-color: #F2CE8B;
}
.TagClassName
{
border-color: #F2CE8B;
}
</style>