Shades of Dandelion #FADA62
Tints of Dandelion #FADA62
RGB
CMYK
RGB Variations
Color information
#FADA62 (or 0xFADA62) is known color: Dandelion. HEX triplet: FA, DA and 62. RGB value is (250,218,98). Sum of RGB (Red+Green+Blue) = 250+218+98=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 98 (38.67% from 255 or 17.31% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA62 is #05259D. Grayscale: #D6D6D6. Windows color (decimal): -337310 or 6478586. OLE color: 6478586.
HSL color Cylindrical-coordinate representation of color #FADA62: hue angle of 47.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FADA62 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 98 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.02 |
| HSL | 47.37º | 0.94% | 0.68% | - |
| HSV(B) | 47.37º | 0.61% | 0.98% | - |
| XYZ | 66.7 | 71.35 | 21.81 | - |
| YUV | 213.89 | 62.6 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 98 | 0 | 0.13 | 0.61 | 0.02 | 47.37 | 0.94 | 0.68 |
| Hex | FA | DA | 62 | 0 | D | 3D | 2 | 2F | 5E | 44 |
| Octal | 372 | 332 | 142 | 0 | 15 | 75 | 2 | 57 | 136 | 104 |
| Binary | 11111010 | 11011010 | 1100010 | 0 | 1101 | 111101 | 10 | 101111 | 1011110 | 1000100 |
Color Harmonies of #FADA62
Complementary color
Monochromatic Colors of #FADA62
Black with #FADA62
Text Example
Text Example
White with #FADA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA62; }
p { color: rgb(250,218,98); }
H1.HeaderClassName
{
color: #FADA62;
}
.AnyTagClassName
{
color: #FADA62;
}
</style>
background-color css
<style>
a { background-color: #FADA62; }
a { background-color: rgb(250,218,98); }
div.DivClassName
{
background-color: #FADA62;
}
.BgClassName
{
background-color: #FADA62;
}
</style>
border-color css
<style>
span { border-color: #FADA62; }
span { border-color: rgb(250,218,98); }
td.TdClassName
{
border-color: #FADA62;
}
.TagClassName
{
border-color: #FADA62;
}
</style>