Shades of Cherokee #F8D285
Tints of Cherokee #F8D285
RGB
CMYK
RGB Variations
Color information
#F8D285 (or 0xF8D285) is known color: Cherokee. HEX triplet: F8, D2 and 85. RGB value is (248,210,133). Sum of RGB (Red+Green+Blue) = 248+210+133=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D285 is #072D7A. Grayscale: #D4D4D4. Windows color (decimal): -470395 or 8770296. OLE color: 8770296.
HSL color Cylindrical-coordinate representation of color #F8D285: hue angle of 40.17º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8D285 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 133 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.03 |
| HSL | 40.17º | 0.89% | 0.75% | - |
| HSV(B) | 40.17º | 0.46% | 0.97% | - |
| XYZ | 65.99 | 67.74 | 31.79 | - |
| YUV | 212.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 133 | 0 | 0.15 | 0.46 | 0.03 | 40.17 | 0.89 | 0.75 |
| Hex | F8 | D2 | 85 | 0 | F | 2E | 3 | 28 | 59 | 4B |
| Octal | 370 | 322 | 205 | 0 | 17 | 56 | 3 | 50 | 131 | 113 |
| Binary | 11111000 | 11010010 | 10000101 | 0 | 1111 | 101110 | 11 | 101000 | 1011001 | 1001011 |
Color Harmonies of #F8D285
Complementary color
Monochromatic Colors of #F8D285
Black with #F8D285
Text Example
Text Example
White with #F8D285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D285; }
p { color: rgb(248,210,133); }
H1.HeaderClassName
{
color: #F8D285;
}
.AnyTagClassName
{
color: #F8D285;
}
</style>
background-color css
<style>
a { background-color: #F8D285; }
a { background-color: rgb(248,210,133); }
div.DivClassName
{
background-color: #F8D285;
}
.BgClassName
{
background-color: #F8D285;
}
</style>
border-color css
<style>
span { border-color: #F8D285; }
span { border-color: rgb(248,210,133); }
td.TdClassName
{
border-color: #F8D285;
}
.TagClassName
{
border-color: #F8D285;
}
</style>