Shades of Dandelion #FADE64
Tints of Dandelion #FADE64
RGB
CMYK
RGB Variations
Color information
#FADE64 (or 0xFADE64) is known color: Dandelion. HEX triplet: FA, DE and 64. RGB value is (250,222,100). Sum of RGB (Red+Green+Blue) = 250+222+100=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE64 is #05219B. Grayscale: #D8D8D8. Windows color (decimal): -336284 or 6610682. OLE color: 6610682.
HSL color Cylindrical-coordinate representation of color #FADE64: hue angle of 48.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FADE64 is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 100 | - |
| CMYK | 0 | 0.11 | 0.6 | 0.02 |
| HSL | 48.8º | 0.94% | 0.69% | - |
| HSV(B) | 48.8º | 0.6% | 0.98% | - |
| XYZ | 67.85 | 73.49 | 22.67 | - |
| YUV | 216.46 | 62.28 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 100 | 0 | 0.11 | 0.6 | 0.02 | 48.8 | 0.94 | 0.69 |
| Hex | FA | DE | 64 | 0 | B | 3C | 2 | 31 | 5E | 45 |
| Octal | 372 | 336 | 144 | 0 | 13 | 74 | 2 | 61 | 136 | 105 |
| Binary | 11111010 | 11011110 | 1100100 | 0 | 1011 | 111100 | 10 | 110001 | 1011110 | 1000101 |
Color Harmonies of #FADE64
Complementary color
Monochromatic Colors of #FADE64
Black with #FADE64
Text Example
Text Example
White with #FADE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE64; }
p { color: rgb(250,222,100); }
H1.HeaderClassName
{
color: #FADE64;
}
.AnyTagClassName
{
color: #FADE64;
}
</style>
background-color css
<style>
a { background-color: #FADE64; }
a { background-color: rgb(250,222,100); }
div.DivClassName
{
background-color: #FADE64;
}
.BgClassName
{
background-color: #FADE64;
}
</style>
border-color css
<style>
span { border-color: #FADE64; }
span { border-color: rgb(250,222,100); }
td.TdClassName
{
border-color: #FADE64;
}
.TagClassName
{
border-color: #FADE64;
}
</style>