Shades of Cherokee #F5C98D
Tints of Cherokee #F5C98D
RGB
CMYK
RGB Variations
Color information
#F5C98D (or 0xF5C98D) is known color: Cherokee. HEX triplet: F5, C9 and 8D. RGB value is (245,201,141). Sum of RGB (Red+Green+Blue) = 245+201+141=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C98D is #0A3672. Grayscale: #CFCFCF. Windows color (decimal): -669299 or 9292277. OLE color: 9292277.
HSL color Cylindrical-coordinate representation of color #F5C98D: hue angle of 34.62º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5C98D is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 141 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.04 |
| HSL | 34.62º | 0.84% | 0.76% | - |
| HSV(B) | 34.62º | 0.42% | 0.96% | - |
| XYZ | 63.35 | 63.11 | 34.04 | - |
| YUV | 207.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 141 | 0 | 0.18 | 0.42 | 0.04 | 34.62 | 0.84 | 0.76 |
| Hex | F5 | C9 | 8D | 0 | 12 | 2A | 4 | 23 | 54 | 4C |
| Octal | 365 | 311 | 215 | 0 | 22 | 52 | 4 | 43 | 124 | 114 |
| Binary | 11110101 | 11001001 | 10001101 | 0 | 10010 | 101010 | 100 | 100011 | 1010100 | 1001100 |
Color Harmonies of #F5C98D
Complementary color
Monochromatic Colors of #F5C98D
Black with #F5C98D
Text Example
Text Example
White with #F5C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C98D; }
p { color: rgb(245,201,141); }
H1.HeaderClassName
{
color: #F5C98D;
}
.AnyTagClassName
{
color: #F5C98D;
}
</style>
background-color css
<style>
a { background-color: #F5C98D; }
a { background-color: rgb(245,201,141); }
div.DivClassName
{
background-color: #F5C98D;
}
.BgClassName
{
background-color: #F5C98D;
}
</style>
border-color css
<style>
span { border-color: #F5C98D; }
span { border-color: rgb(245,201,141); }
td.TdClassName
{
border-color: #F5C98D;
}
.TagClassName
{
border-color: #F5C98D;
}
</style>