Shades of Cherokee #F8C684
Tints of Cherokee #F8C684
RGB
CMYK
RGB Variations
Color information
#F8C684 (or 0xF8C684) is known color: Cherokee. HEX triplet: F8, C6 and 84. RGB value is (248,198,132). Sum of RGB (Red+Green+Blue) = 248+198+132=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C684 is #07397B. Grayscale: #CDCDCD. Windows color (decimal): -473468 or 8701688. OLE color: 8701688.
HSL color Cylindrical-coordinate representation of color #F8C684: hue angle of 34.14º 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 #F8C684 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 132 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.03 |
| HSL | 34.14º | 0.89% | 0.75% | - |
| HSV(B) | 34.14º | 0.47% | 0.97% | - |
| XYZ | 63.07 | 62.01 | 30.47 | - |
| YUV | 205.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 132 | 0 | 0.20 | 0.47 | 0.03 | 34.14 | 0.89 | 0.75 |
| Hex | F8 | C6 | 84 | 0 | 14 | 2F | 3 | 22 | 59 | 4B |
| Octal | 370 | 306 | 204 | 0 | 24 | 57 | 3 | 42 | 131 | 113 |
| Binary | 11111000 | 11000110 | 10000100 | 0 | 10100 | 101111 | 11 | 100010 | 1011001 | 1001011 |
Color Harmonies of #F8C684
Complementary color
Monochromatic Colors of #F8C684
Black with #F8C684
Text Example
Text Example
White with #F8C684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C684; }
p { color: rgb(248,198,132); }
H1.HeaderClassName
{
color: #F8C684;
}
.AnyTagClassName
{
color: #F8C684;
}
</style>
background-color css
<style>
a { background-color: #F8C684; }
a { background-color: rgb(248,198,132); }
div.DivClassName
{
background-color: #F8C684;
}
.BgClassName
{
background-color: #F8C684;
}
</style>
border-color css
<style>
span { border-color: #F8C684; }
span { border-color: rgb(248,198,132); }
td.TdClassName
{
border-color: #F8C684;
}
.TagClassName
{
border-color: #F8C684;
}
</style>