Shades of Cherokee #F5C282
Tints of Cherokee #F5C282
RGB
CMYK
RGB Variations
Color information
#F5C282 (or 0xF5C282) is known color: Cherokee. HEX triplet: F5, C2 and 82. RGB value is (245,194,130). Sum of RGB (Red+Green+Blue) = 245+194+130=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C282 is #0A3D7D. Grayscale: #CACACA. Windows color (decimal): -671102 or 8569589. OLE color: 8569589.
HSL color Cylindrical-coordinate representation of color #F5C282: hue angle of 33.39º 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 #F5C282 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 130 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.04 |
| HSL | 33.39º | 0.85% | 0.74% | - |
| HSV(B) | 33.39º | 0.47% | 0.96% | - |
| XYZ | 60.98 | 59.61 | 29.41 | - |
| YUV | 201.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 130 | 0 | 0.21 | 0.47 | 0.04 | 33.39 | 0.85 | 0.74 |
| Hex | F5 | C2 | 82 | 0 | 15 | 2F | 4 | 21 | 55 | 4A |
| Octal | 365 | 302 | 202 | 0 | 25 | 57 | 4 | 41 | 125 | 112 |
| Binary | 11110101 | 11000010 | 10000010 | 0 | 10101 | 101111 | 100 | 100001 | 1010101 | 1001010 |
Color Harmonies of #F5C282
Complementary color
Monochromatic Colors of #F5C282
Black with #F5C282
Text Example
Text Example
White with #F5C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C282; }
p { color: rgb(245,194,130); }
H1.HeaderClassName
{
color: #F5C282;
}
.AnyTagClassName
{
color: #F5C282;
}
</style>
background-color css
<style>
a { background-color: #F5C282; }
a { background-color: rgb(245,194,130); }
div.DivClassName
{
background-color: #F5C282;
}
.BgClassName
{
background-color: #F5C282;
}
</style>
border-color css
<style>
span { border-color: #F5C282; }
span { border-color: rgb(245,194,130); }
td.TdClassName
{
border-color: #F5C282;
}
.TagClassName
{
border-color: #F5C282;
}
</style>