Shades of Dandelion #FADA66
Tints of Dandelion #FADA66
RGB
CMYK
RGB Variations
Color information
#FADA66 (or 0xFADA66) is known color: Dandelion. HEX triplet: FA, DA and 66. RGB value is (250,218,102). Sum of RGB (Red+Green+Blue) = 250+218+102=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA66 is #052599. Grayscale: #D6D6D6. Windows color (decimal): -337306 or 6740730. OLE color: 6740730.
HSL color Cylindrical-coordinate representation of color #FADA66: hue angle of 47.03º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FADA66 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 102 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.02 |
| HSL | 47.03º | 0.94% | 0.69% | - |
| HSV(B) | 47.03º | 0.59% | 0.98% | - |
| XYZ | 66.89 | 71.43 | 22.83 | - |
| YUV | 214.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 102 | 0 | 0.13 | 0.59 | 0.02 | 47.03 | 0.94 | 0.69 |
| Hex | FA | DA | 66 | 0 | D | 3B | 2 | 2F | 5E | 45 |
| Octal | 372 | 332 | 146 | 0 | 15 | 73 | 2 | 57 | 136 | 105 |
| Binary | 11111010 | 11011010 | 1100110 | 0 | 1101 | 111011 | 10 | 101111 | 1011110 | 1000101 |
Color Harmonies of #FADA66
Complementary color
Monochromatic Colors of #FADA66
Black with #FADA66
Text Example
Text Example
White with #FADA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA66; }
p { color: rgb(250,218,102); }
H1.HeaderClassName
{
color: #FADA66;
}
.AnyTagClassName
{
color: #FADA66;
}
</style>
background-color css
<style>
a { background-color: #FADA66; }
a { background-color: rgb(250,218,102); }
div.DivClassName
{
background-color: #FADA66;
}
.BgClassName
{
background-color: #FADA66;
}
</style>
border-color css
<style>
span { border-color: #FADA66; }
span { border-color: rgb(250,218,102); }
td.TdClassName
{
border-color: #FADA66;
}
.TagClassName
{
border-color: #FADA66;
}
</style>