Shades of Dandelion #FADD5F
Tints of Dandelion #FADD5F
RGB
CMYK
RGB Variations
Color information
#FADD5F (or 0xFADD5F) is known color: Dandelion. HEX triplet: FA, DD and 5F. RGB value is (250,221,95). Sum of RGB (Red+Green+Blue) = 250+221+95=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD5F is #0522A0. Grayscale: #D7D7D7. Windows color (decimal): -336545 or 6282746. OLE color: 6282746.
HSL color Cylindrical-coordinate representation of color #FADD5F: hue angle of 48.77º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FADD5F is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 95 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.02 |
| HSL | 48.77º | 0.94% | 0.68% | - |
| HSV(B) | 48.77º | 0.62% | 0.98% | - |
| XYZ | 67.35 | 72.86 | 21.34 | - |
| YUV | 215.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 95 | 0 | 0.12 | 0.62 | 0.02 | 48.77 | 0.94 | 0.68 |
| Hex | FA | DD | 5F | 0 | C | 3E | 2 | 31 | 5E | 44 |
| Octal | 372 | 335 | 137 | 0 | 14 | 76 | 2 | 61 | 136 | 104 |
| Binary | 11111010 | 11011101 | 1011111 | 0 | 1100 | 111110 | 10 | 110001 | 1011110 | 1000100 |
Color Harmonies of #FADD5F
Complementary color
Monochromatic Colors of #FADD5F
Black with #FADD5F
Text Example
Text Example
White with #FADD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD5F; }
p { color: rgb(250,221,95); }
H1.HeaderClassName
{
color: #FADD5F;
}
.AnyTagClassName
{
color: #FADD5F;
}
</style>
background-color css
<style>
a { background-color: #FADD5F; }
a { background-color: rgb(250,221,95); }
div.DivClassName
{
background-color: #FADD5F;
}
.BgClassName
{
background-color: #FADD5F;
}
</style>
border-color css
<style>
span { border-color: #FADD5F; }
span { border-color: rgb(250,221,95); }
td.TdClassName
{
border-color: #FADD5F;
}
.TagClassName
{
border-color: #FADD5F;
}
</style>