Shades of Dandelion #FADE68
Tints of Dandelion #FADE68
RGB
CMYK
RGB Variations
Color information
#FADE68 (or 0xFADE68) is known color: Dandelion. HEX triplet: FA, DE and 68. RGB value is (250,222,104). Sum of RGB (Red+Green+Blue) = 250+222+104=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 104 (41.02% from 255 or 18.06% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE68 is #052197. Grayscale: #D9D9D9. Windows color (decimal): -336280 or 6872826. OLE color: 6872826.
HSL color Cylindrical-coordinate representation of color #FADE68: hue angle of 48.49º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FADE68 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 104 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.02 |
| HSL | 48.49º | 0.94% | 0.69% | - |
| HSV(B) | 48.49º | 0.58% | 0.98% | - |
| XYZ | 68.04 | 73.57 | 23.71 | - |
| YUV | 216.92 | 64.28 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 104 | 0 | 0.11 | 0.58 | 0.02 | 48.49 | 0.94 | 0.69 |
| Hex | FA | DE | 68 | 0 | B | 3A | 2 | 30 | 5E | 45 |
| Octal | 372 | 336 | 150 | 0 | 13 | 72 | 2 | 60 | 136 | 105 |
| Binary | 11111010 | 11011110 | 1101000 | 0 | 1011 | 111010 | 10 | 110000 | 1011110 | 1000101 |
Color Harmonies of #FADE68
Complementary color
Monochromatic Colors of #FADE68
Black with #FADE68
Text Example
Text Example
White with #FADE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE68; }
p { color: rgb(250,222,104); }
H1.HeaderClassName
{
color: #FADE68;
}
.AnyTagClassName
{
color: #FADE68;
}
</style>
background-color css
<style>
a { background-color: #FADE68; }
a { background-color: rgb(250,222,104); }
div.DivClassName
{
background-color: #FADE68;
}
.BgClassName
{
background-color: #FADE68;
}
</style>
border-color css
<style>
span { border-color: #FADE68; }
span { border-color: rgb(250,222,104); }
td.TdClassName
{
border-color: #FADE68;
}
.TagClassName
{
border-color: #FADE68;
}
</style>