Shades of Cherokee #F8C68B
Tints of Cherokee #F8C68B
RGB
CMYK
RGB Variations
Color information
#F8C68B (or 0xF8C68B) is known color: Cherokee. HEX triplet: F8, C6 and 8B. RGB value is (248,198,139). Sum of RGB (Red+Green+Blue) = 248+198+139=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C68B is #073974. Grayscale: #CECECE. Windows color (decimal): -473461 or 9160440. OLE color: 9160440.
HSL color Cylindrical-coordinate representation of color #F8C68B: hue angle of 32.48º 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 #F8C68B is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 139 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.03 |
| HSL | 32.48º | 0.89% | 0.76% | - |
| HSV(B) | 32.48º | 0.44% | 0.97% | - |
| XYZ | 63.57 | 62.21 | 33.08 | - |
| YUV | 206.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 139 | 0 | 0.20 | 0.44 | 0.03 | 32.48 | 0.89 | 0.76 |
| Hex | F8 | C6 | 8B | 0 | 14 | 2C | 3 | 20 | 59 | 4C |
| Octal | 370 | 306 | 213 | 0 | 24 | 54 | 3 | 40 | 131 | 114 |
| Binary | 11111000 | 11000110 | 10001011 | 0 | 10100 | 101100 | 11 | 100000 | 1011001 | 1001100 |
Color Harmonies of #F8C68B
Complementary color
Monochromatic Colors of #F8C68B
Black with #F8C68B
Text Example
Text Example
White with #F8C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C68B; }
p { color: rgb(248,198,139); }
H1.HeaderClassName
{
color: #F8C68B;
}
.AnyTagClassName
{
color: #F8C68B;
}
</style>
background-color css
<style>
a { background-color: #F8C68B; }
a { background-color: rgb(248,198,139); }
div.DivClassName
{
background-color: #F8C68B;
}
.BgClassName
{
background-color: #F8C68B;
}
</style>
border-color css
<style>
span { border-color: #F8C68B; }
span { border-color: rgb(248,198,139); }
td.TdClassName
{
border-color: #F8C68B;
}
.TagClassName
{
border-color: #F8C68B;
}
</style>