Shades of Cherokee #F0C88A
Tints of Cherokee #F0C88A
RGB
CMYK
RGB Variations
Color information
#F0C88A (or 0xF0C88A) is known color: Cherokee. HEX triplet: F0, C8 and 8A. RGB value is (240,200,138). Sum of RGB (Red+Green+Blue) = 240+200+138=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C88A is #0F3775. Grayscale: #CDCDCD. Windows color (decimal): -997238 or 9095408. OLE color: 9095408.
HSL color Cylindrical-coordinate representation of color #F0C88A: hue angle of 36.47º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0C88A is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 138 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.06 |
| HSL | 36.47º | 0.77% | 0.74% | - |
| HSV(B) | 36.47º | 0.43% | 0.94% | - |
| XYZ | 61.18 | 61.67 | 32.72 | - |
| YUV | 204.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 138 | 0 | 0.17 | 0.42 | 0.06 | 36.47 | 0.77 | 0.74 |
| Hex | F0 | C8 | 8A | 0 | 11 | 2A | 6 | 24 | 4D | 4A |
| Octal | 360 | 310 | 212 | 0 | 21 | 52 | 6 | 44 | 115 | 112 |
| Binary | 11110000 | 11001000 | 10001010 | 0 | 10001 | 101010 | 110 | 100100 | 1001101 | 1001010 |
Color Harmonies of #F0C88A
Complementary color
Monochromatic Colors of #F0C88A
Black with #F0C88A
Text Example
Text Example
White with #F0C88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C88A; }
p { color: rgb(240,200,138); }
H1.HeaderClassName
{
color: #F0C88A;
}
.AnyTagClassName
{
color: #F0C88A;
}
</style>
background-color css
<style>
a { background-color: #F0C88A; }
a { background-color: rgb(240,200,138); }
div.DivClassName
{
background-color: #F0C88A;
}
.BgClassName
{
background-color: #F0C88A;
}
</style>
border-color css
<style>
span { border-color: #F0C88A; }
span { border-color: rgb(240,200,138); }
td.TdClassName
{
border-color: #F0C88A;
}
.TagClassName
{
border-color: #F0C88A;
}
</style>