Shades of Dandelion #F8D86A
Tints of Dandelion #F8D86A
RGB
CMYK
RGB Variations
Color information
#F8D86A (or 0xF8D86A) is known color: Dandelion. HEX triplet: F8, D8 and 6A. RGB value is (248,216,106). Sum of RGB (Red+Green+Blue) = 248+216+106=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D86A is #072795. Grayscale: #D5D5D5. Windows color (decimal): -468886 or 7002360. OLE color: 7002360.
HSL color Cylindrical-coordinate representation of color #F8D86A: hue angle of 46.48º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8D86A is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 106 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.03 |
| HSL | 46.48º | 0.91% | 0.69% | - |
| HSV(B) | 46.48º | 0.57% | 0.97% | - |
| XYZ | 65.87 | 70.11 | 23.7 | - |
| YUV | 213.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 106 | 0 | 0.13 | 0.57 | 0.03 | 46.48 | 0.91 | 0.69 |
| Hex | F8 | D8 | 6A | 0 | D | 39 | 3 | 2E | 5B | 45 |
| Octal | 370 | 330 | 152 | 0 | 15 | 71 | 3 | 56 | 133 | 105 |
| Binary | 11111000 | 11011000 | 1101010 | 0 | 1101 | 111001 | 11 | 101110 | 1011011 | 1000101 |
Color Harmonies of #F8D86A
Complementary color
Monochromatic Colors of #F8D86A
Black with #F8D86A
Text Example
Text Example
White with #F8D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D86A; }
p { color: rgb(248,216,106); }
H1.HeaderClassName
{
color: #F8D86A;
}
.AnyTagClassName
{
color: #F8D86A;
}
</style>
background-color css
<style>
a { background-color: #F8D86A; }
a { background-color: rgb(248,216,106); }
div.DivClassName
{
background-color: #F8D86A;
}
.BgClassName
{
background-color: #F8D86A;
}
</style>
border-color css
<style>
span { border-color: #F8D86A; }
span { border-color: rgb(248,216,106); }
td.TdClassName
{
border-color: #F8D86A;
}
.TagClassName
{
border-color: #F8D86A;
}
</style>