Shades of Cherokee #F5C882
Tints of Cherokee #F5C882
RGB
CMYK
RGB Variations
Color information
#F5C882 (or 0xF5C882) is known color: Cherokee. HEX triplet: F5, C8 and 82. RGB value is (245,200,130). Sum of RGB (Red+Green+Blue) = 245+200+130=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C882 is #0A377D. Grayscale: #CDCDCD. Windows color (decimal): -669566 or 8571125. OLE color: 8571125.
HSL color Cylindrical-coordinate representation of color #F5C882: hue angle of 36.52º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5C882 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 130 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.04 |
| HSL | 36.52º | 0.85% | 0.74% | - |
| HSV(B) | 36.52º | 0.47% | 0.96% | - |
| XYZ | 62.34 | 62.33 | 29.86 | - |
| YUV | 205.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 130 | 0 | 0.18 | 0.47 | 0.04 | 36.52 | 0.85 | 0.74 |
| Hex | F5 | C8 | 82 | 0 | 12 | 2F | 4 | 25 | 55 | 4A |
| Octal | 365 | 310 | 202 | 0 | 22 | 57 | 4 | 45 | 125 | 112 |
| Binary | 11110101 | 11001000 | 10000010 | 0 | 10010 | 101111 | 100 | 100101 | 1010101 | 1001010 |
Color Harmonies of #F5C882
Complementary color
Monochromatic Colors of #F5C882
Black with #F5C882
Text Example
Text Example
White with #F5C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C882; }
p { color: rgb(245,200,130); }
H1.HeaderClassName
{
color: #F5C882;
}
.AnyTagClassName
{
color: #F5C882;
}
</style>
background-color css
<style>
a { background-color: #F5C882; }
a { background-color: rgb(245,200,130); }
div.DivClassName
{
background-color: #F5C882;
}
.BgClassName
{
background-color: #F5C882;
}
</style>
border-color css
<style>
span { border-color: #F5C882; }
span { border-color: rgb(245,200,130); }
td.TdClassName
{
border-color: #F5C882;
}
.TagClassName
{
border-color: #F5C882;
}
</style>