Shades of Dandelion #FADB63
Tints of Dandelion #FADB63
RGB
CMYK
RGB Variations
Color information
#FADB63 (or 0xFADB63) is known color: Dandelion. HEX triplet: FA, DB and 63. RGB value is (250,219,99). Sum of RGB (Red+Green+Blue) = 250+219+99=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 99 (39.06% from 255 or 17.43% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB63 is #05249C. Grayscale: #D7D7D7. Windows color (decimal): -337053 or 6544378. OLE color: 6544378.
HSL color Cylindrical-coordinate representation of color #FADB63: hue angle of 47.68º 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 #FADB63 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 99 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.02 |
| HSL | 47.68º | 0.94% | 0.68% | - |
| HSV(B) | 47.68º | 0.6% | 0.98% | - |
| XYZ | 67.01 | 71.89 | 22.15 | - |
| YUV | 214.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 99 | 0 | 0.12 | 0.60 | 0.02 | 47.68 | 0.94 | 0.68 |
| Hex | FA | DB | 63 | 0 | C | 3C | 2 | 30 | 5E | 44 |
| Octal | 372 | 333 | 143 | 0 | 14 | 74 | 2 | 60 | 136 | 104 |
| Binary | 11111010 | 11011011 | 1100011 | 0 | 1100 | 111100 | 10 | 110000 | 1011110 | 1000100 |
Color Harmonies of #FADB63
Complementary color
Monochromatic Colors of #FADB63
Black with #FADB63
Text Example
Text Example
White with #FADB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB63; }
p { color: rgb(250,219,99); }
H1.HeaderClassName
{
color: #FADB63;
}
.AnyTagClassName
{
color: #FADB63;
}
</style>
background-color css
<style>
a { background-color: #FADB63; }
a { background-color: rgb(250,219,99); }
div.DivClassName
{
background-color: #FADB63;
}
.BgClassName
{
background-color: #FADB63;
}
</style>
border-color css
<style>
span { border-color: #FADB63; }
span { border-color: rgb(250,219,99); }
td.TdClassName
{
border-color: #FADB63;
}
.TagClassName
{
border-color: #FADB63;
}
</style>