Shades of Cherokee #F5C78D
Tints of Cherokee #F5C78D
RGB
CMYK
RGB Variations
Color information
#F5C78D (or 0xF5C78D) is known color: Cherokee. HEX triplet: F5, C7 and 8D. RGB value is (245,199,141). Sum of RGB (Red+Green+Blue) = 245+199+141=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C78D is #0A3872. Grayscale: #CECECE. Windows color (decimal): -669811 or 9291765. OLE color: 9291765.
HSL color Cylindrical-coordinate representation of color #F5C78D: hue angle of 33.46º 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 #F5C78D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 141 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.04 |
| HSL | 33.46º | 0.84% | 0.76% | - |
| HSV(B) | 33.46º | 0.42% | 0.96% | - |
| XYZ | 62.89 | 62.18 | 33.89 | - |
| YUV | 206.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 141 | 0 | 0.19 | 0.42 | 0.04 | 33.46 | 0.84 | 0.76 |
| Hex | F5 | C7 | 8D | 0 | 13 | 2A | 4 | 21 | 54 | 4C |
| Octal | 365 | 307 | 215 | 0 | 23 | 52 | 4 | 41 | 124 | 114 |
| Binary | 11110101 | 11000111 | 10001101 | 0 | 10011 | 101010 | 100 | 100001 | 1010100 | 1001100 |
Color Harmonies of #F5C78D
Complementary color
Monochromatic Colors of #F5C78D
Black with #F5C78D
Text Example
Text Example
White with #F5C78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C78D; }
p { color: rgb(245,199,141); }
H1.HeaderClassName
{
color: #F5C78D;
}
.AnyTagClassName
{
color: #F5C78D;
}
</style>
background-color css
<style>
a { background-color: #F5C78D; }
a { background-color: rgb(245,199,141); }
div.DivClassName
{
background-color: #F5C78D;
}
.BgClassName
{
background-color: #F5C78D;
}
</style>
border-color css
<style>
span { border-color: #F5C78D; }
span { border-color: rgb(245,199,141); }
td.TdClassName
{
border-color: #F5C78D;
}
.TagClassName
{
border-color: #F5C78D;
}
</style>