Shades of Dandelion #FADD61
Tints of Dandelion #FADD61
RGB
CMYK
RGB Variations
Color information
#FADD61 (or 0xFADD61) is known color: Dandelion. HEX triplet: FA, DD and 61. RGB value is (250,221,97). Sum of RGB (Red+Green+Blue) = 250+221+97=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 97 (38.28% from 255 or 17.08% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD61 is #05229E. Grayscale: #D8D8D8. Windows color (decimal): -336543 or 6413818. OLE color: 6413818.
HSL color Cylindrical-coordinate representation of color #FADD61: hue angle of 48.63º 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 #FADD61 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 97 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.02 |
| HSL | 48.63º | 0.94% | 0.68% | - |
| HSV(B) | 48.63º | 0.61% | 0.98% | - |
| XYZ | 67.44 | 72.9 | 21.83 | - |
| YUV | 215.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 97 | 0 | 0.12 | 0.61 | 0.02 | 48.63 | 0.94 | 0.68 |
| Hex | FA | DD | 61 | 0 | C | 3D | 2 | 31 | 5E | 44 |
| Octal | 372 | 335 | 141 | 0 | 14 | 75 | 2 | 61 | 136 | 104 |
| Binary | 11111010 | 11011101 | 1100001 | 0 | 1100 | 111101 | 10 | 110001 | 1011110 | 1000100 |
Color Harmonies of #FADD61
Complementary color
Monochromatic Colors of #FADD61
Black with #FADD61
Text Example
Text Example
White with #FADD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD61; }
p { color: rgb(250,221,97); }
H1.HeaderClassName
{
color: #FADD61;
}
.AnyTagClassName
{
color: #FADD61;
}
</style>
background-color css
<style>
a { background-color: #FADD61; }
a { background-color: rgb(250,221,97); }
div.DivClassName
{
background-color: #FADD61;
}
.BgClassName
{
background-color: #FADD61;
}
</style>
border-color css
<style>
span { border-color: #FADD61; }
span { border-color: rgb(250,221,97); }
td.TdClassName
{
border-color: #FADD61;
}
.TagClassName
{
border-color: #FADD61;
}
</style>