Shades of Cherokee #F5D58C
Tints of Cherokee #F5D58C
RGB
CMYK
RGB Variations
Color information
#F5D58C (or 0xF5D58C) is known color: Cherokee. HEX triplet: F5, D5 and 8C. RGB value is (245,213,140). Sum of RGB (Red+Green+Blue) = 245+213+140=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D58C is #0A2A73. Grayscale: #D6D6D6. Windows color (decimal): -666228 or 9229813. OLE color: 9229813.
HSL color Cylindrical-coordinate representation of color #F5D58C: hue angle of 41.71º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5D58C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 140 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.04 |
| HSL | 41.71º | 0.84% | 0.75% | - |
| HSV(B) | 41.71º | 0.43% | 0.96% | - |
| XYZ | 66.18 | 68.89 | 34.62 | - |
| YUV | 214.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 140 | 0 | 0.13 | 0.43 | 0.04 | 41.71 | 0.84 | 0.75 |
| Hex | F5 | D5 | 8C | 0 | D | 2B | 4 | 2A | 54 | 4B |
| Octal | 365 | 325 | 214 | 0 | 15 | 53 | 4 | 52 | 124 | 113 |
| Binary | 11110101 | 11010101 | 10001100 | 0 | 1101 | 101011 | 100 | 101010 | 1010100 | 1001011 |
Color Harmonies of #F5D58C
Complementary color
Monochromatic Colors of #F5D58C
Black with #F5D58C
Text Example
Text Example
White with #F5D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D58C; }
p { color: rgb(245,213,140); }
H1.HeaderClassName
{
color: #F5D58C;
}
.AnyTagClassName
{
color: #F5D58C;
}
</style>
background-color css
<style>
a { background-color: #F5D58C; }
a { background-color: rgb(245,213,140); }
div.DivClassName
{
background-color: #F5D58C;
}
.BgClassName
{
background-color: #F5D58C;
}
</style>
border-color css
<style>
span { border-color: #F5D58C; }
span { border-color: rgb(245,213,140); }
td.TdClassName
{
border-color: #F5D58C;
}
.TagClassName
{
border-color: #F5D58C;
}
</style>