Shades of Dandelion #FADC5D
Tints of Dandelion #FADC5D
RGB
CMYK
RGB Variations
Color information
#FADC5D (or 0xFADC5D) is known color: Dandelion. HEX triplet: FA, DC and 5D. RGB value is (250,220,93). Sum of RGB (Red+Green+Blue) = 250+220+93=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC5D is #0523A2. Grayscale: #D7D7D7. Windows color (decimal): -336803 or 6151418. OLE color: 6151418.
HSL color Cylindrical-coordinate representation of color #FADC5D: hue angle of 48.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FADC5D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 93 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.02 |
| HSL | 48.54º | 0.94% | 0.67% | - |
| HSV(B) | 48.54º | 0.63% | 0.98% | - |
| XYZ | 66.99 | 72.3 | 20.78 | - |
| YUV | 214.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 93 | 0 | 0.12 | 0.63 | 0.02 | 48.54 | 0.94 | 0.67 |
| Hex | FA | DC | 5D | 0 | C | 3F | 2 | 31 | 5E | 43 |
| Octal | 372 | 334 | 135 | 0 | 14 | 77 | 2 | 61 | 136 | 103 |
| Binary | 11111010 | 11011100 | 1011101 | 0 | 1100 | 111111 | 10 | 110001 | 1011110 | 1000011 |
Color Harmonies of #FADC5D
Complementary color
Monochromatic Colors of #FADC5D
Black with #FADC5D
Text Example
Text Example
White with #FADC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC5D; }
p { color: rgb(250,220,93); }
H1.HeaderClassName
{
color: #FADC5D;
}
.AnyTagClassName
{
color: #FADC5D;
}
</style>
background-color css
<style>
a { background-color: #FADC5D; }
a { background-color: rgb(250,220,93); }
div.DivClassName
{
background-color: #FADC5D;
}
.BgClassName
{
background-color: #FADC5D;
}
</style>
border-color css
<style>
span { border-color: #FADC5D; }
span { border-color: rgb(250,220,93); }
td.TdClassName
{
border-color: #FADC5D;
}
.TagClassName
{
border-color: #FADC5D;
}
</style>