Shades of Dandelion #FADE62
Tints of Dandelion #FADE62
RGB
CMYK
RGB Variations
Color information
#FADE62 (or 0xFADE62) is known color: Dandelion. HEX triplet: FA, DE and 62. RGB value is (250,222,98). Sum of RGB (Red+Green+Blue) = 250+222+98=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 98 (38.67% from 255 or 17.19% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE62 is #05219D. Grayscale: #D8D8D8. Windows color (decimal): -336286 or 6479610. OLE color: 6479610.
HSL color Cylindrical-coordinate representation of color #FADE62: hue angle of 48.95º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FADE62 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 98 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.02 |
| HSL | 48.95º | 0.94% | 0.68% | - |
| HSV(B) | 48.95º | 0.61% | 0.98% | - |
| XYZ | 67.75 | 73.45 | 22.16 | - |
| YUV | 216.24 | 61.28 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 98 | 0 | 0.11 | 0.61 | 0.02 | 48.95 | 0.94 | 0.68 |
| Hex | FA | DE | 62 | 0 | B | 3D | 2 | 31 | 5E | 44 |
| Octal | 372 | 336 | 142 | 0 | 13 | 75 | 2 | 61 | 136 | 104 |
| Binary | 11111010 | 11011110 | 1100010 | 0 | 1011 | 111101 | 10 | 110001 | 1011110 | 1000100 |
Color Harmonies of #FADE62
Complementary color
Monochromatic Colors of #FADE62
Black with #FADE62
Text Example
Text Example
White with #FADE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE62; }
p { color: rgb(250,222,98); }
H1.HeaderClassName
{
color: #FADE62;
}
.AnyTagClassName
{
color: #FADE62;
}
</style>
background-color css
<style>
a { background-color: #FADE62; }
a { background-color: rgb(250,222,98); }
div.DivClassName
{
background-color: #FADE62;
}
.BgClassName
{
background-color: #FADE62;
}
</style>
border-color css
<style>
span { border-color: #FADE62; }
span { border-color: rgb(250,222,98); }
td.TdClassName
{
border-color: #FADE62;
}
.TagClassName
{
border-color: #FADE62;
}
</style>