Shades of Cherokee #F8D085
Tints of Cherokee #F8D085
RGB
CMYK
RGB Variations
Color information
#F8D085 (or 0xF8D085) is known color: Cherokee. HEX triplet: F8, D0 and 85. RGB value is (248,208,133). Sum of RGB (Red+Green+Blue) = 248+208+133=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D085 is #072F7A. Grayscale: #D3D3D3. Windows color (decimal): -470907 or 8769784. OLE color: 8769784.
HSL color Cylindrical-coordinate representation of color #F8D085: hue angle of 39.13º 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 #F8D085 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 133 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.03 |
| HSL | 39.13º | 0.89% | 0.75% | - |
| HSV(B) | 39.13º | 0.46% | 0.97% | - |
| XYZ | 65.5 | 66.76 | 31.62 | - |
| YUV | 211.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 133 | 0 | 0.16 | 0.46 | 0.03 | 39.13 | 0.89 | 0.75 |
| Hex | F8 | D0 | 85 | 0 | 10 | 2E | 3 | 27 | 59 | 4B |
| Octal | 370 | 320 | 205 | 0 | 20 | 56 | 3 | 47 | 131 | 113 |
| Binary | 11111000 | 11010000 | 10000101 | 0 | 10000 | 101110 | 11 | 100111 | 1011001 | 1001011 |
Color Harmonies of #F8D085
Complementary color
Monochromatic Colors of #F8D085
Black with #F8D085
Text Example
Text Example
White with #F8D085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D085; }
p { color: rgb(248,208,133); }
H1.HeaderClassName
{
color: #F8D085;
}
.AnyTagClassName
{
color: #F8D085;
}
</style>
background-color css
<style>
a { background-color: #F8D085; }
a { background-color: rgb(248,208,133); }
div.DivClassName
{
background-color: #F8D085;
}
.BgClassName
{
background-color: #F8D085;
}
</style>
border-color css
<style>
span { border-color: #F8D085; }
span { border-color: rgb(248,208,133); }
td.TdClassName
{
border-color: #F8D085;
}
.TagClassName
{
border-color: #F8D085;
}
</style>