Shades of Dandelion #FADC5E
Tints of Dandelion #FADC5E
RGB
CMYK
RGB Variations
Color information
#FADC5E (or 0xFADC5E) is known color: Dandelion. HEX triplet: FA, DC and 5E. RGB value is (250,220,94). Sum of RGB (Red+Green+Blue) = 250+220+94=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 94 (37.11% from 255 or 16.67% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC5E is #0523A1. Grayscale: #D7D7D7. Windows color (decimal): -336802 or 6216954. OLE color: 6216954.
HSL color Cylindrical-coordinate representation of color #FADC5E: hue angle of 48.46º 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 #FADC5E is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 94 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.02 |
| HSL | 48.46º | 0.94% | 0.67% | - |
| HSV(B) | 48.46º | 0.62% | 0.98% | - |
| XYZ | 67.04 | 72.32 | 21.02 | - |
| YUV | 214.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 94 | 0 | 0.12 | 0.62 | 0.02 | 48.46 | 0.94 | 0.67 |
| Hex | FA | DC | 5E | 0 | C | 3E | 2 | 30 | 5E | 43 |
| Octal | 372 | 334 | 136 | 0 | 14 | 76 | 2 | 60 | 136 | 103 |
| Binary | 11111010 | 11011100 | 1011110 | 0 | 1100 | 111110 | 10 | 110000 | 1011110 | 1000011 |
Color Harmonies of #FADC5E
Complementary color
Monochromatic Colors of #FADC5E
Black with #FADC5E
Text Example
Text Example
White with #FADC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC5E; }
p { color: rgb(250,220,94); }
H1.HeaderClassName
{
color: #FADC5E;
}
.AnyTagClassName
{
color: #FADC5E;
}
</style>
background-color css
<style>
a { background-color: #FADC5E; }
a { background-color: rgb(250,220,94); }
div.DivClassName
{
background-color: #FADC5E;
}
.BgClassName
{
background-color: #FADC5E;
}
</style>
border-color css
<style>
span { border-color: #FADC5E; }
span { border-color: rgb(250,220,94); }
td.TdClassName
{
border-color: #FADC5E;
}
.TagClassName
{
border-color: #FADC5E;
}
</style>