Shades of Dandelion #F6D466
Tints of Dandelion #F6D466
RGB
CMYK
RGB Variations
Color information
#F6D466 (or 0xF6D466) is known color: Dandelion. HEX triplet: F6, D4 and 66. RGB value is (246,212,102). Sum of RGB (Red+Green+Blue) = 246+212+102=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D466 is #092B99. Grayscale: #D2D2D2. Windows color (decimal): -600986 or 6739190. OLE color: 6739190.
HSL color Cylindrical-coordinate representation of color #F6D466: hue angle of 45.83º 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 #F6D466 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 102 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.04 |
| HSL | 45.83º | 0.89% | 0.68% | - |
| HSV(B) | 45.83º | 0.59% | 0.96% | - |
| XYZ | 63.95 | 67.64 | 22.26 | - |
| YUV | 209.63 | 67.26 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 102 | 0 | 0.14 | 0.59 | 0.04 | 45.83 | 0.89 | 0.68 |
| Hex | F6 | D4 | 66 | 0 | E | 3B | 4 | 2E | 59 | 44 |
| Octal | 366 | 324 | 146 | 0 | 16 | 73 | 4 | 56 | 131 | 104 |
| Binary | 11110110 | 11010100 | 1100110 | 0 | 1110 | 111011 | 100 | 101110 | 1011001 | 1000100 |
Color Harmonies of #F6D466
Complementary color
Monochromatic Colors of #F6D466
Black with #F6D466
Text Example
Text Example
White with #F6D466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D466; }
p { color: rgb(246,212,102); }
H1.HeaderClassName
{
color: #F6D466;
}
.AnyTagClassName
{
color: #F6D466;
}
</style>
background-color css
<style>
a { background-color: #F6D466; }
a { background-color: rgb(246,212,102); }
div.DivClassName
{
background-color: #F6D466;
}
.BgClassName
{
background-color: #F6D466;
}
</style>
border-color css
<style>
span { border-color: #F6D466; }
span { border-color: rgb(246,212,102); }
td.TdClassName
{
border-color: #F6D466;
}
.TagClassName
{
border-color: #F6D466;
}
</style>