Shades of Cherokee #F5CE84
Tints of Cherokee #F5CE84
RGB
CMYK
RGB Variations
Color information
#F5CE84 (or 0xF5CE84) is known color: Cherokee. HEX triplet: F5, CE and 84. RGB value is (245,206,132). Sum of RGB (Red+Green+Blue) = 245+206+132=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CE84 is #0A317B. Grayscale: #D1D1D1. Windows color (decimal): -668028 or 8703733. OLE color: 8703733.
HSL color Cylindrical-coordinate representation of color #F5CE84: hue angle of 39.29º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5CE84 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 132 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.04 |
| HSL | 39.29º | 0.85% | 0.74% | - |
| HSV(B) | 39.29º | 0.46% | 0.96% | - |
| XYZ | 63.89 | 65.22 | 31.05 | - |
| YUV | 209.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 132 | 0 | 0.16 | 0.46 | 0.04 | 39.29 | 0.85 | 0.74 |
| Hex | F5 | CE | 84 | 0 | 10 | 2E | 4 | 27 | 55 | 4A |
| Octal | 365 | 316 | 204 | 0 | 20 | 56 | 4 | 47 | 125 | 112 |
| Binary | 11110101 | 11001110 | 10000100 | 0 | 10000 | 101110 | 100 | 100111 | 1010101 | 1001010 |
Color Harmonies of #F5CE84
Complementary color
Monochromatic Colors of #F5CE84
Black with #F5CE84
Text Example
Text Example
White with #F5CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE84; }
p { color: rgb(245,206,132); }
H1.HeaderClassName
{
color: #F5CE84;
}
.AnyTagClassName
{
color: #F5CE84;
}
</style>
background-color css
<style>
a { background-color: #F5CE84; }
a { background-color: rgb(245,206,132); }
div.DivClassName
{
background-color: #F5CE84;
}
.BgClassName
{
background-color: #F5CE84;
}
</style>
border-color css
<style>
span { border-color: #F5CE84; }
span { border-color: rgb(245,206,132); }
td.TdClassName
{
border-color: #F5CE84;
}
.TagClassName
{
border-color: #F5CE84;
}
</style>