Shades of Cherokee #F8C384
Tints of Cherokee #F8C384
RGB
CMYK
RGB Variations
Color information
#F8C384 (or 0xF8C384) is known color: Cherokee. HEX triplet: F8, C3 and 84. RGB value is (248,195,132). Sum of RGB (Red+Green+Blue) = 248+195+132=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C384 is #073C7B. Grayscale: #CBCBCB. Windows color (decimal): -474236 or 8700920. OLE color: 8700920.
HSL color Cylindrical-coordinate representation of color #F8C384: hue angle of 32.59º 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 #F8C384 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 132 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.03 |
| HSL | 32.59º | 0.89% | 0.75% | - |
| HSV(B) | 32.59º | 0.47% | 0.97% | - |
| XYZ | 62.39 | 60.65 | 30.25 | - |
| YUV | 203.67 | 87.56 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 132 | 0 | 0.21 | 0.47 | 0.03 | 32.59 | 0.89 | 0.75 |
| Hex | F8 | C3 | 84 | 0 | 15 | 2F | 3 | 21 | 59 | 4B |
| Octal | 370 | 303 | 204 | 0 | 25 | 57 | 3 | 41 | 131 | 113 |
| Binary | 11111000 | 11000011 | 10000100 | 0 | 10101 | 101111 | 11 | 100001 | 1011001 | 1001011 |
Color Harmonies of #F8C384
Complementary color
Monochromatic Colors of #F8C384
Black with #F8C384
Text Example
Text Example
White with #F8C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C384; }
p { color: rgb(248,195,132); }
H1.HeaderClassName
{
color: #F8C384;
}
.AnyTagClassName
{
color: #F8C384;
}
</style>
background-color css
<style>
a { background-color: #F8C384; }
a { background-color: rgb(248,195,132); }
div.DivClassName
{
background-color: #F8C384;
}
.BgClassName
{
background-color: #F8C384;
}
</style>
border-color css
<style>
span { border-color: #F8C384; }
span { border-color: rgb(248,195,132); }
td.TdClassName
{
border-color: #F8C384;
}
.TagClassName
{
border-color: #F8C384;
}
</style>