Shades of Dandelion #FADB5E
Tints of Dandelion #FADB5E
RGB
CMYK
RGB Variations
Color information
#FADB5E (or 0xFADB5E) is known color: Dandelion. HEX triplet: FA, DB and 5E. RGB value is (250,219,94). Sum of RGB (Red+Green+Blue) = 250+219+94=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 94 (37.11% from 255 or 16.70% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB5E is #0524A1. Grayscale: #D6D6D6. Windows color (decimal): -337058 or 6216698. OLE color: 6216698.
HSL color Cylindrical-coordinate representation of color #FADB5E: hue angle of 48.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FADB5E is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 94 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.02 |
| HSL | 48.08º | 0.94% | 0.67% | - |
| HSV(B) | 48.08º | 0.62% | 0.98% | - |
| XYZ | 66.78 | 71.8 | 20.93 | - |
| YUV | 214.02 | 60.27 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 94 | 0 | 0.12 | 0.62 | 0.02 | 48.08 | 0.94 | 0.67 |
| Hex | FA | DB | 5E | 0 | C | 3E | 2 | 30 | 5E | 43 |
| Octal | 372 | 333 | 136 | 0 | 14 | 76 | 2 | 60 | 136 | 103 |
| Binary | 11111010 | 11011011 | 1011110 | 0 | 1100 | 111110 | 10 | 110000 | 1011110 | 1000011 |
Color Harmonies of #FADB5E
Complementary color
Monochromatic Colors of #FADB5E
Black with #FADB5E
Text Example
Text Example
White with #FADB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB5E; }
p { color: rgb(250,219,94); }
H1.HeaderClassName
{
color: #FADB5E;
}
.AnyTagClassName
{
color: #FADB5E;
}
</style>
background-color css
<style>
a { background-color: #FADB5E; }
a { background-color: rgb(250,219,94); }
div.DivClassName
{
background-color: #FADB5E;
}
.BgClassName
{
background-color: #FADB5E;
}
</style>
border-color css
<style>
span { border-color: #FADB5E; }
span { border-color: rgb(250,219,94); }
td.TdClassName
{
border-color: #FADB5E;
}
.TagClassName
{
border-color: #FADB5E;
}
</style>