Shades of Dandelion #FADE5E
Tints of Dandelion #FADE5E
RGB
CMYK
RGB Variations
Color information
#FADE5E (or 0xFADE5E) is known color: Dandelion. HEX triplet: FA, DE and 5E. RGB value is (250,222,94). Sum of RGB (Red+Green+Blue) = 250+222+94=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 94 (37.11% from 255 or 16.61% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE5E is #0521A1. Grayscale: #D8D8D8. Windows color (decimal): -336290 or 6217466. OLE color: 6217466.
HSL color Cylindrical-coordinate representation of color #FADE5E: hue angle of 49.23º 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 #FADE5E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 94 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.02 |
| HSL | 49.23º | 0.94% | 0.67% | - |
| HSV(B) | 49.23º | 0.62% | 0.98% | - |
| XYZ | 67.57 | 73.37 | 21.19 | - |
| YUV | 215.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 94 | 0 | 0.11 | 0.62 | 0.02 | 49.23 | 0.94 | 0.67 |
| Hex | FA | DE | 5E | 0 | B | 3E | 2 | 31 | 5E | 43 |
| Octal | 372 | 336 | 136 | 0 | 13 | 76 | 2 | 61 | 136 | 103 |
| Binary | 11111010 | 11011110 | 1011110 | 0 | 1011 | 111110 | 10 | 110001 | 1011110 | 1000011 |
Color Harmonies of #FADE5E
Complementary color
Monochromatic Colors of #FADE5E
Black with #FADE5E
Text Example
Text Example
White with #FADE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE5E; }
p { color: rgb(250,222,94); }
H1.HeaderClassName
{
color: #FADE5E;
}
.AnyTagClassName
{
color: #FADE5E;
}
</style>
background-color css
<style>
a { background-color: #FADE5E; }
a { background-color: rgb(250,222,94); }
div.DivClassName
{
background-color: #FADE5E;
}
.BgClassName
{
background-color: #FADE5E;
}
</style>
border-color css
<style>
span { border-color: #FADE5E; }
span { border-color: rgb(250,222,94); }
td.TdClassName
{
border-color: #FADE5E;
}
.TagClassName
{
border-color: #FADE5E;
}
</style>