Shades of Dandelion #F8D064
Tints of Dandelion #F8D064
RGB
CMYK
RGB Variations
Color information
#F8D064 (or 0xF8D064) is known color: Dandelion. HEX triplet: F8, D0 and 64. RGB value is (248,208,100). Sum of RGB (Red+Green+Blue) = 248+208+100=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D064 is #072F9B. Grayscale: #D0D0D0. Windows color (decimal): -470940 or 6607096. OLE color: 6607096.
HSL color Cylindrical-coordinate representation of color #F8D064: hue angle of 43.78º 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 #F8D064 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 100 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.03 |
| HSL | 43.78º | 0.91% | 0.68% | - |
| HSV(B) | 43.78º | 0.6% | 0.97% | - |
| XYZ | 63.57 | 65.99 | 21.44 | - |
| YUV | 207.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 100 | 0 | 0.16 | 0.60 | 0.03 | 43.78 | 0.91 | 0.68 |
| Hex | F8 | D0 | 64 | 0 | 10 | 3C | 3 | 2C | 5B | 44 |
| Octal | 370 | 320 | 144 | 0 | 20 | 74 | 3 | 54 | 133 | 104 |
| Binary | 11111000 | 11010000 | 1100100 | 0 | 10000 | 111100 | 11 | 101100 | 1011011 | 1000100 |
Color Harmonies of #F8D064
Complementary color
Monochromatic Colors of #F8D064
Black with #F8D064
Text Example
Text Example
White with #F8D064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D064; }
p { color: rgb(248,208,100); }
H1.HeaderClassName
{
color: #F8D064;
}
.AnyTagClassName
{
color: #F8D064;
}
</style>
background-color css
<style>
a { background-color: #F8D064; }
a { background-color: rgb(248,208,100); }
div.DivClassName
{
background-color: #F8D064;
}
.BgClassName
{
background-color: #F8D064;
}
</style>
border-color css
<style>
span { border-color: #F8D064; }
span { border-color: rgb(248,208,100); }
td.TdClassName
{
border-color: #F8D064;
}
.TagClassName
{
border-color: #F8D064;
}
</style>