Shades of Dandelion #FAD963
Tints of Dandelion #FAD963
RGB
CMYK
RGB Variations
Color information
#FAD963 (or 0xFAD963) is known color: Dandelion. HEX triplet: FA, D9 and 63. RGB value is (250,217,99). Sum of RGB (Red+Green+Blue) = 250+217+99=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 99 (39.06% from 255 or 17.49% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD963 is #05269C. Grayscale: #D5D5D5. Windows color (decimal): -337565 or 6543866. OLE color: 6543866.
HSL color Cylindrical-coordinate representation of color #FAD963: hue angle of 46.89º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAD963 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 99 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.02 |
| HSL | 46.89º | 0.94% | 0.68% | - |
| HSV(B) | 46.89º | 0.6% | 0.98% | - |
| XYZ | 66.49 | 70.85 | 21.98 | - |
| YUV | 213.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 99 | 0 | 0.13 | 0.60 | 0.02 | 46.89 | 0.94 | 0.68 |
| Hex | FA | D9 | 63 | 0 | D | 3C | 2 | 2F | 5E | 44 |
| Octal | 372 | 331 | 143 | 0 | 15 | 74 | 2 | 57 | 136 | 104 |
| Binary | 11111010 | 11011001 | 1100011 | 0 | 1101 | 111100 | 10 | 101111 | 1011110 | 1000100 |
Color Harmonies of #FAD963
Complementary color
Monochromatic Colors of #FAD963
Black with #FAD963
Text Example
Text Example
White with #FAD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD963; }
p { color: rgb(250,217,99); }
H1.HeaderClassName
{
color: #FAD963;
}
.AnyTagClassName
{
color: #FAD963;
}
</style>
background-color css
<style>
a { background-color: #FAD963; }
a { background-color: rgb(250,217,99); }
div.DivClassName
{
background-color: #FAD963;
}
.BgClassName
{
background-color: #FAD963;
}
</style>
border-color css
<style>
span { border-color: #FAD963; }
span { border-color: rgb(250,217,99); }
td.TdClassName
{
border-color: #FAD963;
}
.TagClassName
{
border-color: #FAD963;
}
</style>