Shades of Cherokee #F8D487
Tints of Cherokee #F8D487
RGB
CMYK
RGB Variations
Color information
#F8D487 (or 0xF8D487) is known color: Cherokee. HEX triplet: F8, D4 and 87. RGB value is (248,212,135). Sum of RGB (Red+Green+Blue) = 248+212+135=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D487 is #072B78. Grayscale: #D6D6D6. Windows color (decimal): -469881 or 8901880. OLE color: 8901880.
HSL color Cylindrical-coordinate representation of color #F8D487: hue angle of 40.88º 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 #F8D487 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 135 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.03 |
| HSL | 40.88º | 0.89% | 0.75% | - |
| HSV(B) | 40.88º | 0.46% | 0.97% | - |
| XYZ | 66.63 | 68.79 | 32.69 | - |
| YUV | 213.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 135 | 0 | 0.15 | 0.46 | 0.03 | 40.88 | 0.89 | 0.75 |
| Hex | F8 | D4 | 87 | 0 | F | 2E | 3 | 29 | 59 | 4B |
| Octal | 370 | 324 | 207 | 0 | 17 | 56 | 3 | 51 | 131 | 113 |
| Binary | 11111000 | 11010100 | 10000111 | 0 | 1111 | 101110 | 11 | 101001 | 1011001 | 1001011 |
Color Harmonies of #F8D487
Complementary color
Monochromatic Colors of #F8D487
Black with #F8D487
Text Example
Text Example
White with #F8D487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D487; }
p { color: rgb(248,212,135); }
H1.HeaderClassName
{
color: #F8D487;
}
.AnyTagClassName
{
color: #F8D487;
}
</style>
background-color css
<style>
a { background-color: #F8D487; }
a { background-color: rgb(248,212,135); }
div.DivClassName
{
background-color: #F8D487;
}
.BgClassName
{
background-color: #F8D487;
}
</style>
border-color css
<style>
span { border-color: #F8D487; }
span { border-color: rgb(248,212,135); }
td.TdClassName
{
border-color: #F8D487;
}
.TagClassName
{
border-color: #F8D487;
}
</style>