Shades of Dandelion #FADC66
Tints of Dandelion #FADC66
RGB
CMYK
RGB Variations
Color information
#FADC66 (or 0xFADC66) is known color: Dandelion. HEX triplet: FA, DC and 66. RGB value is (250,220,102). Sum of RGB (Red+Green+Blue) = 250+220+102=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 102 (40.23% from 255 or 17.83% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC66 is #052399. Grayscale: #D8D8D8. Windows color (decimal): -336794 or 6741242. OLE color: 6741242.
HSL color Cylindrical-coordinate representation of color #FADC66: hue angle of 47.84º 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 #FADC66 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 102 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.02 |
| HSL | 47.84º | 0.94% | 0.69% | - |
| HSV(B) | 47.84º | 0.59% | 0.98% | - |
| XYZ | 67.42 | 72.47 | 23.01 | - |
| YUV | 215.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 102 | 0 | 0.12 | 0.59 | 0.02 | 47.84 | 0.94 | 0.69 |
| Hex | FA | DC | 66 | 0 | C | 3B | 2 | 30 | 5E | 45 |
| Octal | 372 | 334 | 146 | 0 | 14 | 73 | 2 | 60 | 136 | 105 |
| Binary | 11111010 | 11011100 | 1100110 | 0 | 1100 | 111011 | 10 | 110000 | 1011110 | 1000101 |
Color Harmonies of #FADC66
Complementary color
Monochromatic Colors of #FADC66
Black with #FADC66
Text Example
Text Example
White with #FADC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC66; }
p { color: rgb(250,220,102); }
H1.HeaderClassName
{
color: #FADC66;
}
.AnyTagClassName
{
color: #FADC66;
}
</style>
background-color css
<style>
a { background-color: #FADC66; }
a { background-color: rgb(250,220,102); }
div.DivClassName
{
background-color: #FADC66;
}
.BgClassName
{
background-color: #FADC66;
}
</style>
border-color css
<style>
span { border-color: #FADC66; }
span { border-color: rgb(250,220,102); }
td.TdClassName
{
border-color: #FADC66;
}
.TagClassName
{
border-color: #FADC66;
}
</style>