Shades of Dandelion #F8DC64
Tints of Dandelion #F8DC64
RGB
CMYK
RGB Variations
Color information
#F8DC64 (or 0xF8DC64) is known color: Dandelion. HEX triplet: F8, DC and 64. RGB value is (248,220,100). Sum of RGB (Red+Green+Blue) = 248+220+100=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC64 is #07239B. Grayscale: #D7D7D7. Windows color (decimal): -467868 or 6610168. OLE color: 6610168.
HSL color Cylindrical-coordinate representation of color #F8DC64: hue angle of 48.65º 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 #F8DC64 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 100 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.03 |
| HSL | 48.65º | 0.91% | 0.68% | - |
| HSV(B) | 48.65º | 0.6% | 0.97% | - |
| XYZ | 66.6 | 72.06 | 22.46 | - |
| YUV | 214.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 100 | 0 | 0.11 | 0.60 | 0.03 | 48.65 | 0.91 | 0.68 |
| Hex | F8 | DC | 64 | 0 | B | 3C | 3 | 31 | 5B | 44 |
| Octal | 370 | 334 | 144 | 0 | 13 | 74 | 3 | 61 | 133 | 104 |
| Binary | 11111000 | 11011100 | 1100100 | 0 | 1011 | 111100 | 11 | 110001 | 1011011 | 1000100 |
Color Harmonies of #F8DC64
Complementary color
Monochromatic Colors of #F8DC64
Black with #F8DC64
Text Example
Text Example
White with #F8DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC64; }
p { color: rgb(248,220,100); }
H1.HeaderClassName
{
color: #F8DC64;
}
.AnyTagClassName
{
color: #F8DC64;
}
</style>
background-color css
<style>
a { background-color: #F8DC64; }
a { background-color: rgb(248,220,100); }
div.DivClassName
{
background-color: #F8DC64;
}
.BgClassName
{
background-color: #F8DC64;
}
</style>
border-color css
<style>
span { border-color: #F8DC64; }
span { border-color: rgb(248,220,100); }
td.TdClassName
{
border-color: #F8DC64;
}
.TagClassName
{
border-color: #F8DC64;
}
</style>