Shades of Cherokee #F8C984
Tints of Cherokee #F8C984
RGB
CMYK
RGB Variations
Color information
#F8C984 (or 0xF8C984) is known color: Cherokee. HEX triplet: F8, C9 and 84. RGB value is (248,201,132). Sum of RGB (Red+Green+Blue) = 248+201+132=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C984 is #07367B. Grayscale: #CFCFCF. Windows color (decimal): -472700 or 8702456. OLE color: 8702456.
HSL color Cylindrical-coordinate representation of color #F8C984: hue angle of 35.69º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8C984 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 132 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.03 |
| HSL | 35.69º | 0.89% | 0.75% | - |
| HSV(B) | 35.69º | 0.47% | 0.97% | - |
| XYZ | 63.76 | 63.4 | 30.71 | - |
| YUV | 207.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 132 | 0 | 0.19 | 0.47 | 0.03 | 35.69 | 0.89 | 0.75 |
| Hex | F8 | C9 | 84 | 0 | 13 | 2F | 3 | 24 | 59 | 4B |
| Octal | 370 | 311 | 204 | 0 | 23 | 57 | 3 | 44 | 131 | 113 |
| Binary | 11111000 | 11001001 | 10000100 | 0 | 10011 | 101111 | 11 | 100100 | 1011001 | 1001011 |
Color Harmonies of #F8C984
Complementary color
Monochromatic Colors of #F8C984
Black with #F8C984
Text Example
Text Example
White with #F8C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C984; }
p { color: rgb(248,201,132); }
H1.HeaderClassName
{
color: #F8C984;
}
.AnyTagClassName
{
color: #F8C984;
}
</style>
background-color css
<style>
a { background-color: #F8C984; }
a { background-color: rgb(248,201,132); }
div.DivClassName
{
background-color: #F8C984;
}
.BgClassName
{
background-color: #F8C984;
}
</style>
border-color css
<style>
span { border-color: #F8C984; }
span { border-color: rgb(248,201,132); }
td.TdClassName
{
border-color: #F8C984;
}
.TagClassName
{
border-color: #F8C984;
}
</style>