Shades of Dandelion #F8E064
Tints of Dandelion #F8E064
RGB
CMYK
RGB Variations
Color information
#F8E064 (or 0xF8E064) is known color: Dandelion. HEX triplet: F8, E0 and 64. RGB value is (248,224,100). Sum of RGB (Red+Green+Blue) = 248+224+100=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E064 is #071F9B. Grayscale: #D9D9D9. Windows color (decimal): -466844 or 6611192. OLE color: 6611192.
HSL color Cylindrical-coordinate representation of color #F8E064: hue angle of 50.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8E064 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 100 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.03 |
| HSL | 50.27º | 0.91% | 0.68% | - |
| HSV(B) | 50.27º | 0.6% | 0.97% | - |
| XYZ | 67.67 | 74.19 | 22.81 | - |
| YUV | 217.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 100 | 0 | 0.10 | 0.60 | 0.03 | 50.27 | 0.91 | 0.68 |
| Hex | F8 | E0 | 64 | 0 | A | 3C | 3 | 32 | 5B | 44 |
| Octal | 370 | 340 | 144 | 0 | 12 | 74 | 3 | 62 | 133 | 104 |
| Binary | 11111000 | 11100000 | 1100100 | 0 | 1010 | 111100 | 11 | 110010 | 1011011 | 1000100 |
Color Harmonies of #F8E064
Complementary color
Monochromatic Colors of #F8E064
Black with #F8E064
Text Example
Text Example
White with #F8E064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E064; }
p { color: rgb(248,224,100); }
H1.HeaderClassName
{
color: #F8E064;
}
.AnyTagClassName
{
color: #F8E064;
}
</style>
background-color css
<style>
a { background-color: #F8E064; }
a { background-color: rgb(248,224,100); }
div.DivClassName
{
background-color: #F8E064;
}
.BgClassName
{
background-color: #F8E064;
}
</style>
border-color css
<style>
span { border-color: #F8E064; }
span { border-color: rgb(248,224,100); }
td.TdClassName
{
border-color: #F8E064;
}
.TagClassName
{
border-color: #F8E064;
}
</style>