Shades of Dandelion #F6DA5F
Tints of Dandelion #F6DA5F
RGB
CMYK
RGB Variations
Color information
#F6DA5F (or 0xF6DA5F) is known color: Dandelion. HEX triplet: F6, DA and 5F. RGB value is (246,218,95). Sum of RGB (Red+Green+Blue) = 246+218+95=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 95 (37.5% from 255 or 16.99% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DA5F is #0925A0. Grayscale: #D4D4D4. Windows color (decimal): -599457 or 6281974. OLE color: 6281974.
HSL color Cylindrical-coordinate representation of color #F6DA5F: hue angle of 48.87º 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 #F6DA5F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 95 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.04 |
| HSL | 48.87º | 0.89% | 0.67% | - |
| HSV(B) | 48.87º | 0.61% | 0.96% | - |
| XYZ | 65.14 | 70.56 | 21.01 | - |
| YUV | 212.35 | 61.78 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 95 | 0 | 0.11 | 0.61 | 0.04 | 48.87 | 0.89 | 0.67 |
| Hex | F6 | DA | 5F | 0 | B | 3D | 4 | 31 | 59 | 43 |
| Octal | 366 | 332 | 137 | 0 | 13 | 75 | 4 | 61 | 131 | 103 |
| Binary | 11110110 | 11011010 | 1011111 | 0 | 1011 | 111101 | 100 | 110001 | 1011001 | 1000011 |
Color Harmonies of #F6DA5F
Complementary color
Monochromatic Colors of #F6DA5F
Black with #F6DA5F
Text Example
Text Example
White with #F6DA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DA5F; }
p { color: rgb(246,218,95); }
H1.HeaderClassName
{
color: #F6DA5F;
}
.AnyTagClassName
{
color: #F6DA5F;
}
</style>
background-color css
<style>
a { background-color: #F6DA5F; }
a { background-color: rgb(246,218,95); }
div.DivClassName
{
background-color: #F6DA5F;
}
.BgClassName
{
background-color: #F6DA5F;
}
</style>
border-color css
<style>
span { border-color: #F6DA5F; }
span { border-color: rgb(246,218,95); }
td.TdClassName
{
border-color: #F6DA5F;
}
.TagClassName
{
border-color: #F6DA5F;
}
</style>