Shades of Dandelion #FAD659
Tints of Dandelion #FAD659
RGB
CMYK
RGB Variations
Color information
#FAD659 (or 0xFAD659) is known color: Dandelion. HEX triplet: FA, D6 and 59. RGB value is (250,214,89). Sum of RGB (Red+Green+Blue) = 250+214+89=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 89 (35.16% from 255 or 16.09% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD659 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD659 is #0529A6. Grayscale: #D3D3D3. Windows color (decimal): -338343 or 5887738. OLE color: 5887738.
HSL color Cylindrical-coordinate representation of color #FAD659: hue angle of 46.58º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAD659 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 89 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.02 |
| HSL | 46.58º | 0.94% | 0.66% | - |
| HSV(B) | 46.58º | 0.64% | 0.98% | - |
| XYZ | 65.27 | 69.14 | 19.36 | - |
| YUV | 210.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 89 | 0 | 0.14 | 0.64 | 0.02 | 46.58 | 0.94 | 0.66 |
| Hex | FA | D6 | 59 | 0 | E | 40 | 2 | 2F | 5E | 42 |
| Octal | 372 | 326 | 131 | 0 | 16 | 100 | 2 | 57 | 136 | 102 |
| Binary | 11111010 | 11010110 | 1011001 | 0 | 1110 | 1000000 | 10 | 101111 | 1011110 | 1000010 |
Color Harmonies of #FAD659
Complementary color
Monochromatic Colors of #FAD659
Black with #FAD659
Text Example
Text Example
White with #FAD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD659; }
p { color: rgb(250,214,89); }
H1.HeaderClassName
{
color: #FAD659;
}
.AnyTagClassName
{
color: #FAD659;
}
</style>
background-color css
<style>
a { background-color: #FAD659; }
a { background-color: rgb(250,214,89); }
div.DivClassName
{
background-color: #FAD659;
}
.BgClassName
{
background-color: #FAD659;
}
</style>
border-color css
<style>
span { border-color: #FAD659; }
span { border-color: rgb(250,214,89); }
td.TdClassName
{
border-color: #FAD659;
}
.TagClassName
{
border-color: #FAD659;
}
</style>