Shades of Cherokee #F8D084
Tints of Cherokee #F8D084
RGB
CMYK
RGB Variations
Color information
#F8D084 (or 0xF8D084) is known color: Cherokee. HEX triplet: F8, D0 and 84. RGB value is (248,208,132). Sum of RGB (Red+Green+Blue) = 248+208+132=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D084 is #072F7B. Grayscale: #D3D3D3. Windows color (decimal): -470908 or 8704248. OLE color: 8704248.
HSL color Cylindrical-coordinate representation of color #F8D084: hue angle of 39.31º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8D084 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 132 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.03 |
| HSL | 39.31º | 0.89% | 0.75% | - |
| HSV(B) | 39.31º | 0.47% | 0.97% | - |
| XYZ | 65.43 | 66.73 | 31.26 | - |
| YUV | 211.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 132 | 0 | 0.16 | 0.47 | 0.03 | 39.31 | 0.89 | 0.75 |
| Hex | F8 | D0 | 84 | 0 | 10 | 2F | 3 | 27 | 59 | 4B |
| Octal | 370 | 320 | 204 | 0 | 20 | 57 | 3 | 47 | 131 | 113 |
| Binary | 11111000 | 11010000 | 10000100 | 0 | 10000 | 101111 | 11 | 100111 | 1011001 | 1001011 |
Color Harmonies of #F8D084
Complementary color
Monochromatic Colors of #F8D084
Black with #F8D084
Text Example
Text Example
White with #F8D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D084; }
p { color: rgb(248,208,132); }
H1.HeaderClassName
{
color: #F8D084;
}
.AnyTagClassName
{
color: #F8D084;
}
</style>
background-color css
<style>
a { background-color: #F8D084; }
a { background-color: rgb(248,208,132); }
div.DivClassName
{
background-color: #F8D084;
}
.BgClassName
{
background-color: #F8D084;
}
</style>
border-color css
<style>
span { border-color: #F8D084; }
span { border-color: rgb(248,208,132); }
td.TdClassName
{
border-color: #F8D084;
}
.TagClassName
{
border-color: #F8D084;
}
</style>