Shades of Cherokee #F5C482
Tints of Cherokee #F5C482
RGB
CMYK
RGB Variations
Color information
#F5C482 (or 0xF5C482) is known color: Cherokee. HEX triplet: F5, C4 and 82. RGB value is (245,196,130). Sum of RGB (Red+Green+Blue) = 245+196+130=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C482 is #0A3B7D. Grayscale: #CBCBCB. Windows color (decimal): -670590 or 8570101. OLE color: 8570101.
HSL color Cylindrical-coordinate representation of color #F5C482: hue angle of 34.43º 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 #F5C482 is Cyan = 0, Magento = 0.2, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 130 | - |
| CMYK | 0 | 0.2 | 0.47 | 0.04 |
| HSL | 34.43º | 0.85% | 0.74% | - |
| HSV(B) | 34.43º | 0.47% | 0.96% | - |
| XYZ | 61.43 | 60.5 | 29.56 | - |
| YUV | 203.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 130 | 0 | 0.2 | 0.47 | 0.04 | 34.43 | 0.85 | 0.74 |
| Hex | F5 | C4 | 82 | 0 | 14 | 2F | 4 | 22 | 55 | 4A |
| Octal | 365 | 304 | 202 | 0 | 24 | 57 | 4 | 42 | 125 | 112 |
| Binary | 11110101 | 11000100 | 10000010 | 0 | 10100 | 101111 | 100 | 100010 | 1010101 | 1001010 |
Color Harmonies of #F5C482
Complementary color
Monochromatic Colors of #F5C482
Black with #F5C482
Text Example
Text Example
White with #F5C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C482; }
p { color: rgb(245,196,130); }
H1.HeaderClassName
{
color: #F5C482;
}
.AnyTagClassName
{
color: #F5C482;
}
</style>
background-color css
<style>
a { background-color: #F5C482; }
a { background-color: rgb(245,196,130); }
div.DivClassName
{
background-color: #F5C482;
}
.BgClassName
{
background-color: #F5C482;
}
</style>
border-color css
<style>
span { border-color: #F5C482; }
span { border-color: rgb(245,196,130); }
td.TdClassName
{
border-color: #F5C482;
}
.TagClassName
{
border-color: #F5C482;
}
</style>