Shades of Cherokee #F5CA82
Tints of Cherokee #F5CA82
RGB
CMYK
RGB Variations
Color information
#F5CA82 (or 0xF5CA82) is known color: Cherokee. HEX triplet: F5, CA and 82. RGB value is (245,202,130). Sum of RGB (Red+Green+Blue) = 245+202+130=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CA82 is #0A357D. Grayscale: #CECECE. Windows color (decimal): -669054 or 8571637. OLE color: 8571637.
HSL color Cylindrical-coordinate representation of color #F5CA82: hue angle of 37.57º 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 #F5CA82 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 130 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.04 |
| HSL | 37.57º | 0.85% | 0.74% | - |
| HSV(B) | 37.57º | 0.47% | 0.96% | - |
| XYZ | 62.81 | 63.27 | 30.02 | - |
| YUV | 206.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 130 | 0 | 0.18 | 0.47 | 0.04 | 37.57 | 0.85 | 0.74 |
| Hex | F5 | CA | 82 | 0 | 12 | 2F | 4 | 26 | 55 | 4A |
| Octal | 365 | 312 | 202 | 0 | 22 | 57 | 4 | 46 | 125 | 112 |
| Binary | 11110101 | 11001010 | 10000010 | 0 | 10010 | 101111 | 100 | 100110 | 1010101 | 1001010 |
Color Harmonies of #F5CA82
Complementary color
Monochromatic Colors of #F5CA82
Black with #F5CA82
Text Example
Text Example
White with #F5CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CA82; }
p { color: rgb(245,202,130); }
H1.HeaderClassName
{
color: #F5CA82;
}
.AnyTagClassName
{
color: #F5CA82;
}
</style>
background-color css
<style>
a { background-color: #F5CA82; }
a { background-color: rgb(245,202,130); }
div.DivClassName
{
background-color: #F5CA82;
}
.BgClassName
{
background-color: #F5CA82;
}
</style>
border-color css
<style>
span { border-color: #F5CA82; }
span { border-color: rgb(245,202,130); }
td.TdClassName
{
border-color: #F5CA82;
}
.TagClassName
{
border-color: #F5CA82;
}
</style>