Shades of Dandelion #F6D35D
Tints of Dandelion #F6D35D
RGB
CMYK
RGB Variations
Color information
#F6D35D (or 0xF6D35D) is known color: Dandelion. HEX triplet: F6, D3 and 5D. RGB value is (246,211,93). Sum of RGB (Red+Green+Blue) = 246+211+93=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D35D is #092CA2. Grayscale: #D0D0D0. Windows color (decimal): -601251 or 6149110. OLE color: 6149110.
HSL color Cylindrical-coordinate representation of color #F6D35D: hue angle of 46.27º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6D35D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 93 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.04 |
| HSL | 46.27º | 0.89% | 0.66% | - |
| HSV(B) | 46.27º | 0.62% | 0.96% | - |
| XYZ | 63.28 | 66.97 | 19.95 | - |
| YUV | 208.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 93 | 0 | 0.14 | 0.62 | 0.04 | 46.27 | 0.89 | 0.66 |
| Hex | F6 | D3 | 5D | 0 | E | 3E | 4 | 2E | 59 | 42 |
| Octal | 366 | 323 | 135 | 0 | 16 | 76 | 4 | 56 | 131 | 102 |
| Binary | 11110110 | 11010011 | 1011101 | 0 | 1110 | 111110 | 100 | 101110 | 1011001 | 1000010 |
Color Harmonies of #F6D35D
Complementary color
Monochromatic Colors of #F6D35D
Black with #F6D35D
Text Example
Text Example
White with #F6D35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D35D; }
p { color: rgb(246,211,93); }
H1.HeaderClassName
{
color: #F6D35D;
}
.AnyTagClassName
{
color: #F6D35D;
}
</style>
background-color css
<style>
a { background-color: #F6D35D; }
a { background-color: rgb(246,211,93); }
div.DivClassName
{
background-color: #F6D35D;
}
.BgClassName
{
background-color: #F6D35D;
}
</style>
border-color css
<style>
span { border-color: #F6D35D; }
span { border-color: rgb(246,211,93); }
td.TdClassName
{
border-color: #F6D35D;
}
.TagClassName
{
border-color: #F6D35D;
}
</style>