Shades of Dandelion #F6D064
Tints of Dandelion #F6D064
RGB
CMYK
RGB Variations
Color information
#F6D064 (or 0xF6D064) is known color: Dandelion. HEX triplet: F6, D0 and 64. RGB value is (246,208,100). Sum of RGB (Red+Green+Blue) = 246+208+100=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D064 is #092F9B. Grayscale: #CFCFCF. Windows color (decimal): -602012 or 6607094. OLE color: 6607094.
HSL color Cylindrical-coordinate representation of color #F6D064: hue angle of 44.38º 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 #F6D064 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 100 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.04 |
| HSL | 44.38º | 0.89% | 0.68% | - |
| HSV(B) | 44.38º | 0.59% | 0.96% | - |
| XYZ | 62.86 | 65.62 | 21.41 | - |
| YUV | 207.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 100 | 0 | 0.15 | 0.59 | 0.04 | 44.38 | 0.89 | 0.68 |
| Hex | F6 | D0 | 64 | 0 | F | 3B | 4 | 2C | 59 | 44 |
| Octal | 366 | 320 | 144 | 0 | 17 | 73 | 4 | 54 | 131 | 104 |
| Binary | 11110110 | 11010000 | 1100100 | 0 | 1111 | 111011 | 100 | 101100 | 1011001 | 1000100 |
Color Harmonies of #F6D064
Complementary color
Monochromatic Colors of #F6D064
Black with #F6D064
Text Example
Text Example
White with #F6D064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D064; }
p { color: rgb(246,208,100); }
H1.HeaderClassName
{
color: #F6D064;
}
.AnyTagClassName
{
color: #F6D064;
}
</style>
background-color css
<style>
a { background-color: #F6D064; }
a { background-color: rgb(246,208,100); }
div.DivClassName
{
background-color: #F6D064;
}
.BgClassName
{
background-color: #F6D064;
}
</style>
border-color css
<style>
span { border-color: #F6D064; }
span { border-color: rgb(246,208,100); }
td.TdClassName
{
border-color: #F6D064;
}
.TagClassName
{
border-color: #F6D064;
}
</style>