Shades of Cherokee #F5CE82
Tints of Cherokee #F5CE82
RGB
CMYK
RGB Variations
Color information
#F5CE82 (or 0xF5CE82) is known color: Cherokee. HEX triplet: F5, CE and 82. RGB value is (245,206,130). Sum of RGB (Red+Green+Blue) = 245+206+130=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CE82 is #0A317D. Grayscale: #D1D1D1. Windows color (decimal): -668030 or 8572661. OLE color: 8572661.
HSL color Cylindrical-coordinate representation of color #F5CE82: hue angle of 39.65º 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 #F5CE82 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 130 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.04 |
| HSL | 39.65º | 0.85% | 0.74% | - |
| HSV(B) | 39.65º | 0.47% | 0.96% | - |
| XYZ | 63.76 | 65.17 | 30.34 | - |
| YUV | 209 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 130 | 0 | 0.16 | 0.47 | 0.04 | 39.65 | 0.85 | 0.74 |
| Hex | F5 | CE | 82 | 0 | 10 | 2F | 4 | 28 | 55 | 4A |
| Octal | 365 | 316 | 202 | 0 | 20 | 57 | 4 | 50 | 125 | 112 |
| Binary | 11110101 | 11001110 | 10000010 | 0 | 10000 | 101111 | 100 | 101000 | 1010101 | 1001010 |
Color Harmonies of #F5CE82
Complementary color
Monochromatic Colors of #F5CE82
Black with #F5CE82
Text Example
Text Example
White with #F5CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE82; }
p { color: rgb(245,206,130); }
H1.HeaderClassName
{
color: #F5CE82;
}
.AnyTagClassName
{
color: #F5CE82;
}
</style>
background-color css
<style>
a { background-color: #F5CE82; }
a { background-color: rgb(245,206,130); }
div.DivClassName
{
background-color: #F5CE82;
}
.BgClassName
{
background-color: #F5CE82;
}
</style>
border-color css
<style>
span { border-color: #F5CE82; }
span { border-color: rgb(245,206,130); }
td.TdClassName
{
border-color: #F5CE82;
}
.TagClassName
{
border-color: #F5CE82;
}
</style>