Shades of Cherokee #F5D58E
Tints of Cherokee #F5D58E
RGB
CMYK
RGB Variations
Color information
#F5D58E (or 0xF5D58E) is known color: Cherokee. HEX triplet: F5, D5 and 8E. RGB value is (245,213,142). Sum of RGB (Red+Green+Blue) = 245+213+142=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D58E is #0A2A71. Grayscale: #D6D6D6. Windows color (decimal): -666226 or 9360885. OLE color: 9360885.
HSL color Cylindrical-coordinate representation of color #F5D58E: hue angle of 41.36º 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 #F5D58E is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 142 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.04 |
| HSL | 41.36º | 0.84% | 0.76% | - |
| HSV(B) | 41.36º | 0.42% | 0.96% | - |
| XYZ | 66.33 | 68.95 | 35.4 | - |
| YUV | 214.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 142 | 0 | 0.13 | 0.42 | 0.04 | 41.36 | 0.84 | 0.76 |
| Hex | F5 | D5 | 8E | 0 | D | 2A | 4 | 29 | 54 | 4C |
| Octal | 365 | 325 | 216 | 0 | 15 | 52 | 4 | 51 | 124 | 114 |
| Binary | 11110101 | 11010101 | 10001110 | 0 | 1101 | 101010 | 100 | 101001 | 1010100 | 1001100 |
Color Harmonies of #F5D58E
Complementary color
Monochromatic Colors of #F5D58E
Black with #F5D58E
Text Example
Text Example
White with #F5D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D58E; }
p { color: rgb(245,213,142); }
H1.HeaderClassName
{
color: #F5D58E;
}
.AnyTagClassName
{
color: #F5D58E;
}
</style>
background-color css
<style>
a { background-color: #F5D58E; }
a { background-color: rgb(245,213,142); }
div.DivClassName
{
background-color: #F5D58E;
}
.BgClassName
{
background-color: #F5D58E;
}
</style>
border-color css
<style>
span { border-color: #F5D58E; }
span { border-color: rgb(245,213,142); }
td.TdClassName
{
border-color: #F5D58E;
}
.TagClassName
{
border-color: #F5D58E;
}
</style>