Shades of Dandelion #F6D464
Tints of Dandelion #F6D464
RGB
CMYK
RGB Variations
Color information
#F6D464 (or 0xF6D464) is known color: Dandelion. HEX triplet: F6, D4 and 64. RGB value is (246,212,100). Sum of RGB (Red+Green+Blue) = 246+212+100=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D464 is #092B9B. Grayscale: #D1D1D1. Windows color (decimal): -600988 or 6608118. OLE color: 6608118.
HSL color Cylindrical-coordinate representation of color #F6D464: hue angle of 46.03º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6D464 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 100 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.04 |
| HSL | 46.03º | 0.89% | 0.68% | - |
| HSV(B) | 46.03º | 0.59% | 0.96% | - |
| XYZ | 63.85 | 67.6 | 21.74 | - |
| YUV | 209.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 100 | 0 | 0.14 | 0.59 | 0.04 | 46.03 | 0.89 | 0.68 |
| Hex | F6 | D4 | 64 | 0 | E | 3B | 4 | 2E | 59 | 44 |
| Octal | 366 | 324 | 144 | 0 | 16 | 73 | 4 | 56 | 131 | 104 |
| Binary | 11110110 | 11010100 | 1100100 | 0 | 1110 | 111011 | 100 | 101110 | 1011001 | 1000100 |
Color Harmonies of #F6D464
Complementary color
Monochromatic Colors of #F6D464
Black with #F6D464
Text Example
Text Example
White with #F6D464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D464; }
p { color: rgb(246,212,100); }
H1.HeaderClassName
{
color: #F6D464;
}
.AnyTagClassName
{
color: #F6D464;
}
</style>
background-color css
<style>
a { background-color: #F6D464; }
a { background-color: rgb(246,212,100); }
div.DivClassName
{
background-color: #F6D464;
}
.BgClassName
{
background-color: #F6D464;
}
</style>
border-color css
<style>
span { border-color: #F6D464; }
span { border-color: rgb(246,212,100); }
td.TdClassName
{
border-color: #F6D464;
}
.TagClassName
{
border-color: #F6D464;
}
</style>