Shades of Cherokee #F5C984
Tints of Cherokee #F5C984
RGB
CMYK
RGB Variations
Color information
#F5C984 (or 0xF5C984) is known color: Cherokee. HEX triplet: F5, C9 and 84. RGB value is (245,201,132). Sum of RGB (Red+Green+Blue) = 245+201+132=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C984 is #0A367B. Grayscale: #CECECE. Windows color (decimal): -669308 or 8702453. OLE color: 8702453.
HSL color Cylindrical-coordinate representation of color #F5C984: hue angle of 36.64º 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 #F5C984 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 132 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.04 |
| HSL | 36.64º | 0.85% | 0.74% | - |
| HSV(B) | 36.64º | 0.46% | 0.96% | - |
| XYZ | 62.71 | 62.85 | 30.66 | - |
| YUV | 206.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 132 | 0 | 0.18 | 0.46 | 0.04 | 36.64 | 0.85 | 0.74 |
| Hex | F5 | C9 | 84 | 0 | 12 | 2E | 4 | 25 | 55 | 4A |
| Octal | 365 | 311 | 204 | 0 | 22 | 56 | 4 | 45 | 125 | 112 |
| Binary | 11110101 | 11001001 | 10000100 | 0 | 10010 | 101110 | 100 | 100101 | 1010101 | 1001010 |
Color Harmonies of #F5C984
Complementary color
Monochromatic Colors of #F5C984
Black with #F5C984
Text Example
Text Example
White with #F5C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C984; }
p { color: rgb(245,201,132); }
H1.HeaderClassName
{
color: #F5C984;
}
.AnyTagClassName
{
color: #F5C984;
}
</style>
background-color css
<style>
a { background-color: #F5C984; }
a { background-color: rgb(245,201,132); }
div.DivClassName
{
background-color: #F5C984;
}
.BgClassName
{
background-color: #F5C984;
}
</style>
border-color css
<style>
span { border-color: #F5C984; }
span { border-color: rgb(245,201,132); }
td.TdClassName
{
border-color: #F5C984;
}
.TagClassName
{
border-color: #F5C984;
}
</style>