Shades of Dandelion #F6D565
Tints of Dandelion #F6D565
RGB
CMYK
RGB Variations
Color information
#F6D565 (or 0xF6D565) is known color: Dandelion. HEX triplet: F6, D5 and 65. RGB value is (246,213,101). Sum of RGB (Red+Green+Blue) = 246+213+101=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D565 is #092A9A. Grayscale: #D2D2D2. Windows color (decimal): -600731 or 6673910. OLE color: 6673910.
HSL color Cylindrical-coordinate representation of color #F6D565: hue angle of 46.34º 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 #F6D565 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 101 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.04 |
| HSL | 46.34º | 0.89% | 0.68% | - |
| HSV(B) | 46.34º | 0.59% | 0.96% | - |
| XYZ | 64.15 | 68.12 | 22.08 | - |
| YUV | 210.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 101 | 0 | 0.13 | 0.59 | 0.04 | 46.34 | 0.89 | 0.68 |
| Hex | F6 | D5 | 65 | 0 | D | 3B | 4 | 2E | 59 | 44 |
| Octal | 366 | 325 | 145 | 0 | 15 | 73 | 4 | 56 | 131 | 104 |
| Binary | 11110110 | 11010101 | 1100101 | 0 | 1101 | 111011 | 100 | 101110 | 1011001 | 1000100 |
Color Harmonies of #F6D565
Complementary color
Monochromatic Colors of #F6D565
Black with #F6D565
Text Example
Text Example
White with #F6D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D565; }
p { color: rgb(246,213,101); }
H1.HeaderClassName
{
color: #F6D565;
}
.AnyTagClassName
{
color: #F6D565;
}
</style>
background-color css
<style>
a { background-color: #F6D565; }
a { background-color: rgb(246,213,101); }
div.DivClassName
{
background-color: #F6D565;
}
.BgClassName
{
background-color: #F6D565;
}
</style>
border-color css
<style>
span { border-color: #F6D565; }
span { border-color: rgb(246,213,101); }
td.TdClassName
{
border-color: #F6D565;
}
.TagClassName
{
border-color: #F6D565;
}
</style>