Shades of Dandelion #FAD666
Tints of Dandelion #FAD666
RGB
CMYK
RGB Variations
Color information
#FAD666 (or 0xFAD666) is known color: Dandelion. HEX triplet: FA, D6 and 66. RGB value is (250,214,102). Sum of RGB (Red+Green+Blue) = 250+214+102=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 102 (40.23% from 255 or 18.02% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD666 is #052999. Grayscale: #D4D4D4. Windows color (decimal): -338330 or 6739706. OLE color: 6739706.
HSL color Cylindrical-coordinate representation of color #FAD666: hue angle of 45.41º 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 #FAD666 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 102 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.02 |
| HSL | 45.41º | 0.94% | 0.69% | - |
| HSV(B) | 45.41º | 0.59% | 0.98% | - |
| XYZ | 65.87 | 69.38 | 22.49 | - |
| YUV | 212 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 102 | 0 | 0.14 | 0.59 | 0.02 | 45.41 | 0.94 | 0.69 |
| Hex | FA | D6 | 66 | 0 | E | 3B | 2 | 2D | 5E | 45 |
| Octal | 372 | 326 | 146 | 0 | 16 | 73 | 2 | 55 | 136 | 105 |
| Binary | 11111010 | 11010110 | 1100110 | 0 | 1110 | 111011 | 10 | 101101 | 1011110 | 1000101 |
Color Harmonies of #FAD666
Complementary color
Monochromatic Colors of #FAD666
Black with #FAD666
Text Example
Text Example
White with #FAD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD666; }
p { color: rgb(250,214,102); }
H1.HeaderClassName
{
color: #FAD666;
}
.AnyTagClassName
{
color: #FAD666;
}
</style>
background-color css
<style>
a { background-color: #FAD666; }
a { background-color: rgb(250,214,102); }
div.DivClassName
{
background-color: #FAD666;
}
.BgClassName
{
background-color: #FAD666;
}
</style>
border-color css
<style>
span { border-color: #FAD666; }
span { border-color: rgb(250,214,102); }
td.TdClassName
{
border-color: #FAD666;
}
.TagClassName
{
border-color: #FAD666;
}
</style>