Shades of Cherokee #F5C98E
Tints of Cherokee #F5C98E
RGB
CMYK
RGB Variations
Color information
#F5C98E (or 0xF5C98E) is known color: Cherokee. HEX triplet: F5, C9 and 8E. RGB value is (245,201,142). Sum of RGB (Red+Green+Blue) = 245+201+142=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C98E is #0A3671. Grayscale: #CFCFCF. Windows color (decimal): -669298 or 9357813. OLE color: 9357813.
HSL color Cylindrical-coordinate representation of color #F5C98E: hue angle of 34.37º 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 #F5C98E is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 142 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.04 |
| HSL | 34.37º | 0.84% | 0.76% | - |
| HSV(B) | 34.37º | 0.42% | 0.96% | - |
| XYZ | 63.43 | 63.14 | 34.44 | - |
| YUV | 207.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 142 | 0 | 0.18 | 0.42 | 0.04 | 34.37 | 0.84 | 0.76 |
| Hex | F5 | C9 | 8E | 0 | 12 | 2A | 4 | 22 | 54 | 4C |
| Octal | 365 | 311 | 216 | 0 | 22 | 52 | 4 | 42 | 124 | 114 |
| Binary | 11110101 | 11001001 | 10001110 | 0 | 10010 | 101010 | 100 | 100010 | 1010100 | 1001100 |
Color Harmonies of #F5C98E
Complementary color
Monochromatic Colors of #F5C98E
Black with #F5C98E
Text Example
Text Example
White with #F5C98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C98E; }
p { color: rgb(245,201,142); }
H1.HeaderClassName
{
color: #F5C98E;
}
.AnyTagClassName
{
color: #F5C98E;
}
</style>
background-color css
<style>
a { background-color: #F5C98E; }
a { background-color: rgb(245,201,142); }
div.DivClassName
{
background-color: #F5C98E;
}
.BgClassName
{
background-color: #F5C98E;
}
</style>
border-color css
<style>
span { border-color: #F5C98E; }
span { border-color: rgb(245,201,142); }
td.TdClassName
{
border-color: #F5C98E;
}
.TagClassName
{
border-color: #F5C98E;
}
</style>