Shades of Cherokee #F8C48B
Tints of Cherokee #F8C48B
RGB
CMYK
RGB Variations
Color information
#F8C48B (or 0xF8C48B) is known color: Cherokee. HEX triplet: F8, C4 and 8B. RGB value is (248,196,139). Sum of RGB (Red+Green+Blue) = 248+196+139=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C48B is #073B74. Grayscale: #CDCDCD. Windows color (decimal): -473973 or 9159928. OLE color: 9159928.
HSL color Cylindrical-coordinate representation of color #F8C48B: hue angle of 31.38º 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 #F8C48B is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 139 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.03 |
| HSL | 31.38º | 0.89% | 0.76% | - |
| HSV(B) | 31.38º | 0.44% | 0.97% | - |
| XYZ | 63.11 | 61.3 | 32.93 | - |
| YUV | 205.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 139 | 0 | 0.21 | 0.44 | 0.03 | 31.38 | 0.89 | 0.76 |
| Hex | F8 | C4 | 8B | 0 | 15 | 2C | 3 | 1F | 59 | 4C |
| Octal | 370 | 304 | 213 | 0 | 25 | 54 | 3 | 37 | 131 | 114 |
| Binary | 11111000 | 11000100 | 10001011 | 0 | 10101 | 101100 | 11 | 11111 | 1011001 | 1001100 |
Color Harmonies of #F8C48B
Complementary color
Monochromatic Colors of #F8C48B
Black with #F8C48B
Text Example
Text Example
White with #F8C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C48B; }
p { color: rgb(248,196,139); }
H1.HeaderClassName
{
color: #F8C48B;
}
.AnyTagClassName
{
color: #F8C48B;
}
</style>
background-color css
<style>
a { background-color: #F8C48B; }
a { background-color: rgb(248,196,139); }
div.DivClassName
{
background-color: #F8C48B;
}
.BgClassName
{
background-color: #F8C48B;
}
</style>
border-color css
<style>
span { border-color: #F8C48B; }
span { border-color: rgb(248,196,139); }
td.TdClassName
{
border-color: #F8C48B;
}
.TagClassName
{
border-color: #F8C48B;
}
</style>