Shades of Cherokee #F8C88A
Tints of Cherokee #F8C88A
RGB
CMYK
RGB Variations
Color information
#F8C88A (or 0xF8C88A) is known color: Cherokee. HEX triplet: F8, C8 and 8A. RGB value is (248,200,138). Sum of RGB (Red+Green+Blue) = 248+200+138=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C88A is #073775. Grayscale: #CFCFCF. Windows color (decimal): -472950 or 9095416. OLE color: 9095416.
HSL color Cylindrical-coordinate representation of color #F8C88A: hue angle of 33.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8C88A is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 138 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.03 |
| HSL | 33.82º | 0.89% | 0.76% | - |
| HSV(B) | 33.82º | 0.44% | 0.97% | - |
| XYZ | 63.95 | 63.1 | 32.85 | - |
| YUV | 207.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 138 | 0 | 0.19 | 0.44 | 0.03 | 33.82 | 0.89 | 0.76 |
| Hex | F8 | C8 | 8A | 0 | 13 | 2C | 3 | 22 | 59 | 4C |
| Octal | 370 | 310 | 212 | 0 | 23 | 54 | 3 | 42 | 131 | 114 |
| Binary | 11111000 | 11001000 | 10001010 | 0 | 10011 | 101100 | 11 | 100010 | 1011001 | 1001100 |
Color Harmonies of #F8C88A
Complementary color
Monochromatic Colors of #F8C88A
Black with #F8C88A
Text Example
Text Example
White with #F8C88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C88A; }
p { color: rgb(248,200,138); }
H1.HeaderClassName
{
color: #F8C88A;
}
.AnyTagClassName
{
color: #F8C88A;
}
</style>
background-color css
<style>
a { background-color: #F8C88A; }
a { background-color: rgb(248,200,138); }
div.DivClassName
{
background-color: #F8C88A;
}
.BgClassName
{
background-color: #F8C88A;
}
</style>
border-color css
<style>
span { border-color: #F8C88A; }
span { border-color: rgb(248,200,138); }
td.TdClassName
{
border-color: #F8C88A;
}
.TagClassName
{
border-color: #F8C88A;
}
</style>