Shades of Dandelion #F8DA64
Tints of Dandelion #F8DA64
RGB
CMYK
RGB Variations
Color information
#F8DA64 (or 0xF8DA64) is known color: Dandelion. HEX triplet: F8, DA and 64. RGB value is (248,218,100). Sum of RGB (Red+Green+Blue) = 248+218+100=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 100 (39.45% from 255 or 17.67% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DA64 is #07259B. Grayscale: #D6D6D6. Windows color (decimal): -468380 or 6609656. OLE color: 6609656.
HSL color Cylindrical-coordinate representation of color #F8DA64: hue angle of 47.84º 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 #F8DA64 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 100 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.03 |
| HSL | 47.84º | 0.91% | 0.68% | - |
| HSV(B) | 47.84º | 0.6% | 0.97% | - |
| XYZ | 66.08 | 71.02 | 22.28 | - |
| YUV | 213.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 100 | 0 | 0.12 | 0.60 | 0.03 | 47.84 | 0.91 | 0.68 |
| Hex | F8 | DA | 64 | 0 | C | 3C | 3 | 30 | 5B | 44 |
| Octal | 370 | 332 | 144 | 0 | 14 | 74 | 3 | 60 | 133 | 104 |
| Binary | 11111000 | 11011010 | 1100100 | 0 | 1100 | 111100 | 11 | 110000 | 1011011 | 1000100 |
Color Harmonies of #F8DA64
Complementary color
Monochromatic Colors of #F8DA64
Black with #F8DA64
Text Example
Text Example
White with #F8DA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA64; }
p { color: rgb(248,218,100); }
H1.HeaderClassName
{
color: #F8DA64;
}
.AnyTagClassName
{
color: #F8DA64;
}
</style>
background-color css
<style>
a { background-color: #F8DA64; }
a { background-color: rgb(248,218,100); }
div.DivClassName
{
background-color: #F8DA64;
}
.BgClassName
{
background-color: #F8DA64;
}
</style>
border-color css
<style>
span { border-color: #F8DA64; }
span { border-color: rgb(248,218,100); }
td.TdClassName
{
border-color: #F8DA64;
}
.TagClassName
{
border-color: #F8DA64;
}
</style>