Shades of Dandelion #F6DB5E
Tints of Dandelion #F6DB5E
RGB
CMYK
RGB Variations
Color information
#F6DB5E (or 0xF6DB5E) is known color: Dandelion. HEX triplet: F6, DB and 5E. RGB value is (246,219,94). Sum of RGB (Red+Green+Blue) = 246+219+94=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DB5E is #0924A1. Grayscale: #D5D5D5. Windows color (decimal): -599202 or 6216694. OLE color: 6216694.
HSL color Cylindrical-coordinate representation of color #F6DB5E: hue angle of 49.34º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6DB5E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 94 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.04 |
| HSL | 49.34º | 0.89% | 0.67% | - |
| HSV(B) | 49.34º | 0.62% | 0.96% | - |
| XYZ | 65.36 | 71.06 | 20.86 | - |
| YUV | 212.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 94 | 0 | 0.11 | 0.62 | 0.04 | 49.34 | 0.89 | 0.67 |
| Hex | F6 | DB | 5E | 0 | B | 3E | 4 | 31 | 59 | 43 |
| Octal | 366 | 333 | 136 | 0 | 13 | 76 | 4 | 61 | 131 | 103 |
| Binary | 11110110 | 11011011 | 1011110 | 0 | 1011 | 111110 | 100 | 110001 | 1011001 | 1000011 |
Color Harmonies of #F6DB5E
Complementary color
Monochromatic Colors of #F6DB5E
Black with #F6DB5E
Text Example
Text Example
White with #F6DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB5E; }
p { color: rgb(246,219,94); }
H1.HeaderClassName
{
color: #F6DB5E;
}
.AnyTagClassName
{
color: #F6DB5E;
}
</style>
background-color css
<style>
a { background-color: #F6DB5E; }
a { background-color: rgb(246,219,94); }
div.DivClassName
{
background-color: #F6DB5E;
}
.BgClassName
{
background-color: #F6DB5E;
}
</style>
border-color css
<style>
span { border-color: #F6DB5E; }
span { border-color: rgb(246,219,94); }
td.TdClassName
{
border-color: #F6DB5E;
}
.TagClassName
{
border-color: #F6DB5E;
}
</style>