Shades of Cherokee #F8C389
Tints of Cherokee #F8C389
RGB
CMYK
RGB Variations
Color information
#F8C389 (or 0xF8C389) is known color: Cherokee. HEX triplet: F8, C3 and 89. RGB value is (248,195,137). Sum of RGB (Red+Green+Blue) = 248+195+137=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C389 is #073C76. Grayscale: #CCCCCC. Windows color (decimal): -474231 or 9028600. OLE color: 9028600.
HSL color Cylindrical-coordinate representation of color #F8C389: hue angle of 31.35º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8C389 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 137 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.03 |
| HSL | 31.35º | 0.89% | 0.75% | - |
| HSV(B) | 31.35º | 0.45% | 0.97% | - |
| XYZ | 62.74 | 60.79 | 32.09 | - |
| YUV | 204.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 137 | 0 | 0.21 | 0.45 | 0.03 | 31.35 | 0.89 | 0.75 |
| Hex | F8 | C3 | 89 | 0 | 15 | 2D | 3 | 1F | 59 | 4B |
| Octal | 370 | 303 | 211 | 0 | 25 | 55 | 3 | 37 | 131 | 113 |
| Binary | 11111000 | 11000011 | 10001001 | 0 | 10101 | 101101 | 11 | 11111 | 1011001 | 1001011 |
Color Harmonies of #F8C389
Complementary color
Monochromatic Colors of #F8C389
Black with #F8C389
Text Example
Text Example
White with #F8C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C389; }
p { color: rgb(248,195,137); }
H1.HeaderClassName
{
color: #F8C389;
}
.AnyTagClassName
{
color: #F8C389;
}
</style>
background-color css
<style>
a { background-color: #F8C389; }
a { background-color: rgb(248,195,137); }
div.DivClassName
{
background-color: #F8C389;
}
.BgClassName
{
background-color: #F8C389;
}
</style>
border-color css
<style>
span { border-color: #F8C389; }
span { border-color: rgb(248,195,137); }
td.TdClassName
{
border-color: #F8C389;
}
.TagClassName
{
border-color: #F8C389;
}
</style>