Shades of Cherokee #F8D282
Tints of Cherokee #F8D282
RGB
CMYK
RGB Variations
Color information
#F8D282 (or 0xF8D282) is known color: Cherokee. HEX triplet: F8, D2 and 82. RGB value is (248,210,130). Sum of RGB (Red+Green+Blue) = 248+210+130=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D282 is #072D7D. Grayscale: #D4D4D4. Windows color (decimal): -470398 or 8573688. OLE color: 8573688.
HSL color Cylindrical-coordinate representation of color #F8D282: hue angle of 40.68º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8D282 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 130 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.03 |
| HSL | 40.68º | 0.89% | 0.74% | - |
| HSV(B) | 40.68º | 0.48% | 0.97% | - |
| XYZ | 65.79 | 67.66 | 30.71 | - |
| YUV | 212.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 130 | 0 | 0.15 | 0.48 | 0.03 | 40.68 | 0.89 | 0.74 |
| Hex | F8 | D2 | 82 | 0 | F | 30 | 3 | 29 | 59 | 4A |
| Octal | 370 | 322 | 202 | 0 | 17 | 60 | 3 | 51 | 131 | 112 |
| Binary | 11111000 | 11010010 | 10000010 | 0 | 1111 | 110000 | 11 | 101001 | 1011001 | 1001010 |
Color Harmonies of #F8D282
Complementary color
Monochromatic Colors of #F8D282
Black with #F8D282
Text Example
Text Example
White with #F8D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D282; }
p { color: rgb(248,210,130); }
H1.HeaderClassName
{
color: #F8D282;
}
.AnyTagClassName
{
color: #F8D282;
}
</style>
background-color css
<style>
a { background-color: #F8D282; }
a { background-color: rgb(248,210,130); }
div.DivClassName
{
background-color: #F8D282;
}
.BgClassName
{
background-color: #F8D282;
}
</style>
border-color css
<style>
span { border-color: #F8D282; }
span { border-color: rgb(248,210,130); }
td.TdClassName
{
border-color: #F8D282;
}
.TagClassName
{
border-color: #F8D282;
}
</style>