Shades of Cherokee #F8D083
Tints of Cherokee #F8D083
RGB
CMYK
RGB Variations
Color information
#F8D083 (or 0xF8D083) is known color: Cherokee. HEX triplet: F8, D0 and 83. RGB value is (248,208,131). Sum of RGB (Red+Green+Blue) = 248+208+131=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D083 is #072F7C. Grayscale: #D3D3D3. Windows color (decimal): -470909 or 8638712. OLE color: 8638712.
HSL color Cylindrical-coordinate representation of color #F8D083: hue angle of 39.49º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8D083 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 131 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.03 |
| HSL | 39.49º | 0.89% | 0.74% | - |
| HSV(B) | 39.49º | 0.47% | 0.97% | - |
| XYZ | 65.36 | 66.71 | 30.9 | - |
| YUV | 211.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 131 | 0 | 0.16 | 0.47 | 0.03 | 39.49 | 0.89 | 0.74 |
| Hex | F8 | D0 | 83 | 0 | 10 | 2F | 3 | 27 | 59 | 4A |
| Octal | 370 | 320 | 203 | 0 | 20 | 57 | 3 | 47 | 131 | 112 |
| Binary | 11111000 | 11010000 | 10000011 | 0 | 10000 | 101111 | 11 | 100111 | 1011001 | 1001010 |
Color Harmonies of #F8D083
Complementary color
Monochromatic Colors of #F8D083
Black with #F8D083
Text Example
Text Example
White with #F8D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D083; }
p { color: rgb(248,208,131); }
H1.HeaderClassName
{
color: #F8D083;
}
.AnyTagClassName
{
color: #F8D083;
}
</style>
background-color css
<style>
a { background-color: #F8D083; }
a { background-color: rgb(248,208,131); }
div.DivClassName
{
background-color: #F8D083;
}
.BgClassName
{
background-color: #F8D083;
}
</style>
border-color css
<style>
span { border-color: #F8D083; }
span { border-color: rgb(248,208,131); }
td.TdClassName
{
border-color: #F8D083;
}
.TagClassName
{
border-color: #F8D083;
}
</style>