Shades of Cherokee #F5CF8D
Tints of Cherokee #F5CF8D
RGB
CMYK
RGB Variations
Color information
#F5CF8D (or 0xF5CF8D) is known color: Cherokee. HEX triplet: F5, CF and 8D. RGB value is (245,207,141). Sum of RGB (Red+Green+Blue) = 245+207+141=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CF8D is #0A3072. Grayscale: #D3D3D3. Windows color (decimal): -667763 or 9293813. OLE color: 9293813.
HSL color Cylindrical-coordinate representation of color #F5CF8D: hue angle of 38.08º 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 #F5CF8D is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 141 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.04 |
| HSL | 38.08º | 0.84% | 0.76% | - |
| HSV(B) | 38.08º | 0.42% | 0.96% | - |
| XYZ | 64.78 | 65.96 | 34.52 | - |
| YUV | 210.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 141 | 0 | 0.16 | 0.42 | 0.04 | 38.08 | 0.84 | 0.76 |
| Hex | F5 | CF | 8D | 0 | 10 | 2A | 4 | 26 | 54 | 4C |
| Octal | 365 | 317 | 215 | 0 | 20 | 52 | 4 | 46 | 124 | 114 |
| Binary | 11110101 | 11001111 | 10001101 | 0 | 10000 | 101010 | 100 | 100110 | 1010100 | 1001100 |
Color Harmonies of #F5CF8D
Complementary color
Monochromatic Colors of #F5CF8D
Black with #F5CF8D
Text Example
Text Example
White with #F5CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF8D; }
p { color: rgb(245,207,141); }
H1.HeaderClassName
{
color: #F5CF8D;
}
.AnyTagClassName
{
color: #F5CF8D;
}
</style>
background-color css
<style>
a { background-color: #F5CF8D; }
a { background-color: rgb(245,207,141); }
div.DivClassName
{
background-color: #F5CF8D;
}
.BgClassName
{
background-color: #F5CF8D;
}
</style>
border-color css
<style>
span { border-color: #F5CF8D; }
span { border-color: rgb(245,207,141); }
td.TdClassName
{
border-color: #F5CF8D;
}
.TagClassName
{
border-color: #F5CF8D;
}
</style>