Shades of Dandelion #FAD863
Tints of Dandelion #FAD863
RGB
CMYK
RGB Variations
Color information
#FAD863 (or 0xFAD863) is known color: Dandelion. HEX triplet: FA, D8 and 63. RGB value is (250,216,99). Sum of RGB (Red+Green+Blue) = 250+216+99=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 99 (39.06% from 255 or 17.52% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD863 is #05279C. Grayscale: #D5D5D5. Windows color (decimal): -337821 or 6543610. OLE color: 6543610.
HSL color Cylindrical-coordinate representation of color #FAD863: hue angle of 46.49º 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 #FAD863 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 99 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.02 |
| HSL | 46.49º | 0.94% | 0.68% | - |
| HSV(B) | 46.49º | 0.6% | 0.98% | - |
| XYZ | 66.23 | 70.34 | 21.89 | - |
| YUV | 212.83 | 63.76 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 99 | 0 | 0.14 | 0.60 | 0.02 | 46.49 | 0.94 | 0.68 |
| Hex | FA | D8 | 63 | 0 | E | 3C | 2 | 2E | 5E | 44 |
| Octal | 372 | 330 | 143 | 0 | 16 | 74 | 2 | 56 | 136 | 104 |
| Binary | 11111010 | 11011000 | 1100011 | 0 | 1110 | 111100 | 10 | 101110 | 1011110 | 1000100 |
Color Harmonies of #FAD863
Complementary color
Monochromatic Colors of #FAD863
Black with #FAD863
Text Example
Text Example
White with #FAD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD863; }
p { color: rgb(250,216,99); }
H1.HeaderClassName
{
color: #FAD863;
}
.AnyTagClassName
{
color: #FAD863;
}
</style>
background-color css
<style>
a { background-color: #FAD863; }
a { background-color: rgb(250,216,99); }
div.DivClassName
{
background-color: #FAD863;
}
.BgClassName
{
background-color: #FAD863;
}
</style>
border-color css
<style>
span { border-color: #FAD863; }
span { border-color: rgb(250,216,99); }
td.TdClassName
{
border-color: #FAD863;
}
.TagClassName
{
border-color: #FAD863;
}
</style>