Shades of Dandelion #F6D460
Tints of Dandelion #F6D460
RGB
CMYK
RGB Variations
Color information
#F6D460 (or 0xF6D460) is known color: Dandelion. HEX triplet: F6, D4 and 60. RGB value is (246,212,96). Sum of RGB (Red+Green+Blue) = 246+212+96=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D460 is #092B9F. Grayscale: #D1D1D1. Windows color (decimal): -600992 or 6345974. OLE color: 6345974.
HSL color Cylindrical-coordinate representation of color #F6D460: hue angle of 46.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F6D460 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 96 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.04 |
| HSL | 46.4º | 0.89% | 0.67% | - |
| HSV(B) | 46.4º | 0.61% | 0.96% | - |
| XYZ | 63.66 | 67.52 | 20.74 | - |
| YUV | 208.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 96 | 0 | 0.14 | 0.61 | 0.04 | 46.4 | 0.89 | 0.67 |
| Hex | F6 | D4 | 60 | 0 | E | 3D | 4 | 2E | 59 | 43 |
| Octal | 366 | 324 | 140 | 0 | 16 | 75 | 4 | 56 | 131 | 103 |
| Binary | 11110110 | 11010100 | 1100000 | 0 | 1110 | 111101 | 100 | 101110 | 1011001 | 1000011 |
Color Harmonies of #F6D460
Complementary color
Monochromatic Colors of #F6D460
Black with #F6D460
Text Example
Text Example
White with #F6D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D460; }
p { color: rgb(246,212,96); }
H1.HeaderClassName
{
color: #F6D460;
}
.AnyTagClassName
{
color: #F6D460;
}
</style>
background-color css
<style>
a { background-color: #F6D460; }
a { background-color: rgb(246,212,96); }
div.DivClassName
{
background-color: #F6D460;
}
.BgClassName
{
background-color: #F6D460;
}
</style>
border-color css
<style>
span { border-color: #F6D460; }
span { border-color: rgb(246,212,96); }
td.TdClassName
{
border-color: #F6D460;
}
.TagClassName
{
border-color: #F6D460;
}
</style>