Shades of Dandelion #FADE67
Tints of Dandelion #FADE67
RGB
CMYK
RGB Variations
Color information
#FADE67 (or 0xFADE67) is known color: Dandelion. HEX triplet: FA, DE and 67. RGB value is (250,222,103). Sum of RGB (Red+Green+Blue) = 250+222+103=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 103 (40.62% from 255 or 17.91% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE67 is #052198. Grayscale: #D9D9D9. Windows color (decimal): -336281 or 6807290. OLE color: 6807290.
HSL color Cylindrical-coordinate representation of color #FADE67: hue angle of 48.57º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FADE67 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 103 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.02 |
| HSL | 48.57º | 0.94% | 0.69% | - |
| HSV(B) | 48.57º | 0.59% | 0.98% | - |
| XYZ | 67.99 | 73.55 | 23.44 | - |
| YUV | 216.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 103 | 0 | 0.11 | 0.59 | 0.02 | 48.57 | 0.94 | 0.69 |
| Hex | FA | DE | 67 | 0 | B | 3B | 2 | 31 | 5E | 45 |
| Octal | 372 | 336 | 147 | 0 | 13 | 73 | 2 | 61 | 136 | 105 |
| Binary | 11111010 | 11011110 | 1100111 | 0 | 1011 | 111011 | 10 | 110001 | 1011110 | 1000101 |
Color Harmonies of #FADE67
Complementary color
Monochromatic Colors of #FADE67
Black with #FADE67
Text Example
Text Example
White with #FADE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE67; }
p { color: rgb(250,222,103); }
H1.HeaderClassName
{
color: #FADE67;
}
.AnyTagClassName
{
color: #FADE67;
}
</style>
background-color css
<style>
a { background-color: #FADE67; }
a { background-color: rgb(250,222,103); }
div.DivClassName
{
background-color: #FADE67;
}
.BgClassName
{
background-color: #FADE67;
}
</style>
border-color css
<style>
span { border-color: #FADE67; }
span { border-color: rgb(250,222,103); }
td.TdClassName
{
border-color: #FADE67;
}
.TagClassName
{
border-color: #FADE67;
}
</style>