Shades of Cherokee #F7D282
Tints of Cherokee #F7D282
RGB
CMYK
RGB Variations
Color information
#F7D282 (or 0xF7D282) is known color: Cherokee. HEX triplet: F7, D2 and 82. RGB value is (247,210,130). Sum of RGB (Red+Green+Blue) = 247+210+130=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D282 is #082D7D. Grayscale: #D4D4D4. Windows color (decimal): -535934 or 8573687. OLE color: 8573687.
HSL color Cylindrical-coordinate representation of color #F7D282: hue angle of 41.03º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7D282 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 130 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.03 |
| HSL | 41.03º | 0.88% | 0.74% | - |
| HSV(B) | 41.03º | 0.47% | 0.97% | - |
| XYZ | 65.43 | 67.48 | 30.7 | - |
| YUV | 211.94 | 81.76 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 130 | 0 | 0.15 | 0.47 | 0.03 | 41.03 | 0.88 | 0.74 |
| Hex | F7 | D2 | 82 | 0 | F | 2F | 3 | 29 | 58 | 4A |
| Octal | 367 | 322 | 202 | 0 | 17 | 57 | 3 | 51 | 130 | 112 |
| Binary | 11110111 | 11010010 | 10000010 | 0 | 1111 | 101111 | 11 | 101001 | 1011000 | 1001010 |
Color Harmonies of #F7D282
Complementary color
Monochromatic Colors of #F7D282
Black with #F7D282
Text Example
Text Example
White with #F7D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D282; }
p { color: rgb(247,210,130); }
H1.HeaderClassName
{
color: #F7D282;
}
.AnyTagClassName
{
color: #F7D282;
}
</style>
background-color css
<style>
a { background-color: #F7D282; }
a { background-color: rgb(247,210,130); }
div.DivClassName
{
background-color: #F7D282;
}
.BgClassName
{
background-color: #F7D282;
}
</style>
border-color css
<style>
span { border-color: #F7D282; }
span { border-color: rgb(247,210,130); }
td.TdClassName
{
border-color: #F7D282;
}
.TagClassName
{
border-color: #F7D282;
}
</style>