Shades of Dandelion #FADA61
Tints of Dandelion #FADA61
RGB
CMYK
RGB Variations
Color information
#FADA61 (or 0xFADA61) is known color: Dandelion. HEX triplet: FA, DA and 61. RGB value is (250,218,97). Sum of RGB (Red+Green+Blue) = 250+218+97=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 97 (38.28% from 255 or 17.17% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA61 is #05259E. Grayscale: #D6D6D6. Windows color (decimal): -337311 or 6413050. OLE color: 6413050.
HSL color Cylindrical-coordinate representation of color #FADA61: hue angle of 47.45º 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 #FADA61 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 97 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.02 |
| HSL | 47.45º | 0.94% | 0.68% | - |
| HSV(B) | 47.45º | 0.61% | 0.98% | - |
| XYZ | 66.65 | 71.33 | 21.56 | - |
| YUV | 213.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 97 | 0 | 0.13 | 0.61 | 0.02 | 47.45 | 0.94 | 0.68 |
| Hex | FA | DA | 61 | 0 | D | 3D | 2 | 2F | 5E | 44 |
| Octal | 372 | 332 | 141 | 0 | 15 | 75 | 2 | 57 | 136 | 104 |
| Binary | 11111010 | 11011010 | 1100001 | 0 | 1101 | 111101 | 10 | 101111 | 1011110 | 1000100 |
Color Harmonies of #FADA61
Complementary color
Monochromatic Colors of #FADA61
Black with #FADA61
Text Example
Text Example
White with #FADA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA61; }
p { color: rgb(250,218,97); }
H1.HeaderClassName
{
color: #FADA61;
}
.AnyTagClassName
{
color: #FADA61;
}
</style>
background-color css
<style>
a { background-color: #FADA61; }
a { background-color: rgb(250,218,97); }
div.DivClassName
{
background-color: #FADA61;
}
.BgClassName
{
background-color: #FADA61;
}
</style>
border-color css
<style>
span { border-color: #FADA61; }
span { border-color: rgb(250,218,97); }
td.TdClassName
{
border-color: #FADA61;
}
.TagClassName
{
border-color: #FADA61;
}
</style>