Shades of Cherokee #F0CE83
Tints of Cherokee #F0CE83
RGB
CMYK
RGB Variations
Color information
#F0CE83 (or 0xF0CE83) is known color: Cherokee. HEX triplet: F0, CE and 83. RGB value is (240,206,131). Sum of RGB (Red+Green+Blue) = 240+206+131=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CE83 is #0F317C. Grayscale: #CFCFCF. Windows color (decimal): -995709 or 8638192. OLE color: 8638192.
HSL color Cylindrical-coordinate representation of color #F0CE83: hue angle of 41.28º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0CE83 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 131 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.06 |
| HSL | 41.28º | 0.78% | 0.73% | - |
| HSV(B) | 41.28º | 0.45% | 0.94% | - |
| XYZ | 62.1 | 64.31 | 30.61 | - |
| YUV | 207.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 131 | 0 | 0.14 | 0.45 | 0.06 | 41.28 | 0.78 | 0.73 |
| Hex | F0 | CE | 83 | 0 | E | 2D | 6 | 29 | 4E | 49 |
| Octal | 360 | 316 | 203 | 0 | 16 | 55 | 6 | 51 | 116 | 111 |
| Binary | 11110000 | 11001110 | 10000011 | 0 | 1110 | 101101 | 110 | 101001 | 1001110 | 1001001 |
Color Harmonies of #F0CE83
Complementary color
Monochromatic Colors of #F0CE83
Black with #F0CE83
Text Example
Text Example
White with #F0CE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE83; }
p { color: rgb(240,206,131); }
H1.HeaderClassName
{
color: #F0CE83;
}
.AnyTagClassName
{
color: #F0CE83;
}
</style>
background-color css
<style>
a { background-color: #F0CE83; }
a { background-color: rgb(240,206,131); }
div.DivClassName
{
background-color: #F0CE83;
}
.BgClassName
{
background-color: #F0CE83;
}
</style>
border-color css
<style>
span { border-color: #F0CE83; }
span { border-color: rgb(240,206,131); }
td.TdClassName
{
border-color: #F0CE83;
}
.TagClassName
{
border-color: #F0CE83;
}
</style>