Shades of Dandelion #FADB66
Tints of Dandelion #FADB66
RGB
CMYK
RGB Variations
Color information
#FADB66 (or 0xFADB66) is known color: Dandelion. HEX triplet: FA, DB and 66. RGB value is (250,219,102). Sum of RGB (Red+Green+Blue) = 250+219+102=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 102 (40.23% from 255 or 17.86% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB66 is #052499. Grayscale: #D7D7D7. Windows color (decimal): -337050 or 6740986. OLE color: 6740986.
HSL color Cylindrical-coordinate representation of color #FADB66: hue angle of 47.43º 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 #FADB66 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 102 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.02 |
| HSL | 47.43º | 0.94% | 0.69% | - |
| HSV(B) | 47.43º | 0.59% | 0.98% | - |
| XYZ | 67.15 | 71.95 | 22.92 | - |
| YUV | 214.93 | 64.27 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 102 | 0 | 0.12 | 0.59 | 0.02 | 47.43 | 0.94 | 0.69 |
| Hex | FA | DB | 66 | 0 | C | 3B | 2 | 2F | 5E | 45 |
| Octal | 372 | 333 | 146 | 0 | 14 | 73 | 2 | 57 | 136 | 105 |
| Binary | 11111010 | 11011011 | 1100110 | 0 | 1100 | 111011 | 10 | 101111 | 1011110 | 1000101 |
Color Harmonies of #FADB66
Complementary color
Monochromatic Colors of #FADB66
Black with #FADB66
Text Example
Text Example
White with #FADB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB66; }
p { color: rgb(250,219,102); }
H1.HeaderClassName
{
color: #FADB66;
}
.AnyTagClassName
{
color: #FADB66;
}
</style>
background-color css
<style>
a { background-color: #FADB66; }
a { background-color: rgb(250,219,102); }
div.DivClassName
{
background-color: #FADB66;
}
.BgClassName
{
background-color: #FADB66;
}
</style>
border-color css
<style>
span { border-color: #FADB66; }
span { border-color: rgb(250,219,102); }
td.TdClassName
{
border-color: #FADB66;
}
.TagClassName
{
border-color: #FADB66;
}
</style>