Shades of Cherokee #F5CE8D
Tints of Cherokee #F5CE8D
RGB
CMYK
RGB Variations
Color information
#F5CE8D (or 0xF5CE8D) is known color: Cherokee. HEX triplet: F5, CE and 8D. RGB value is (245,206,141). Sum of RGB (Red+Green+Blue) = 245+206+141=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CE8D is #0A3172. Grayscale: #D2D2D2. Windows color (decimal): -668019 or 9293557. OLE color: 9293557.
HSL color Cylindrical-coordinate representation of color #F5CE8D: hue angle of 37.5º 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 #F5CE8D is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 141 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.04 |
| HSL | 37.5º | 0.84% | 0.76% | - |
| HSV(B) | 37.5º | 0.42% | 0.96% | - |
| XYZ | 64.54 | 65.48 | 34.44 | - |
| YUV | 210.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 141 | 0 | 0.16 | 0.42 | 0.04 | 37.5 | 0.84 | 0.76 |
| Hex | F5 | CE | 8D | 0 | 10 | 2A | 4 | 26 | 54 | 4C |
| Octal | 365 | 316 | 215 | 0 | 20 | 52 | 4 | 46 | 124 | 114 |
| Binary | 11110101 | 11001110 | 10001101 | 0 | 10000 | 101010 | 100 | 100110 | 1010100 | 1001100 |
Color Harmonies of #F5CE8D
Complementary color
Monochromatic Colors of #F5CE8D
Black with #F5CE8D
Text Example
Text Example
White with #F5CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE8D; }
p { color: rgb(245,206,141); }
H1.HeaderClassName
{
color: #F5CE8D;
}
.AnyTagClassName
{
color: #F5CE8D;
}
</style>
background-color css
<style>
a { background-color: #F5CE8D; }
a { background-color: rgb(245,206,141); }
div.DivClassName
{
background-color: #F5CE8D;
}
.BgClassName
{
background-color: #F5CE8D;
}
</style>
border-color css
<style>
span { border-color: #F5CE8D; }
span { border-color: rgb(245,206,141); }
td.TdClassName
{
border-color: #F5CE8D;
}
.TagClassName
{
border-color: #F5CE8D;
}
</style>