Shades of Dandelion #FADC62
Tints of Dandelion #FADC62
RGB
CMYK
RGB Variations
Color information
#FADC62 (or 0xFADC62) is known color: Dandelion. HEX triplet: FA, DC and 62. RGB value is (250,220,98). Sum of RGB (Red+Green+Blue) = 250+220+98=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 98 (38.67% from 255 or 17.25% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC62 is #05239D. Grayscale: #D7D7D7. Windows color (decimal): -336798 or 6479098. OLE color: 6479098.
HSL color Cylindrical-coordinate representation of color #FADC62: hue angle of 48.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FADC62 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 98 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.02 |
| HSL | 48.16º | 0.94% | 0.68% | - |
| HSV(B) | 48.16º | 0.61% | 0.98% | - |
| XYZ | 67.22 | 72.39 | 21.99 | - |
| YUV | 215.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 98 | 0 | 0.12 | 0.61 | 0.02 | 48.16 | 0.94 | 0.68 |
| Hex | FA | DC | 62 | 0 | C | 3D | 2 | 30 | 5E | 44 |
| Octal | 372 | 334 | 142 | 0 | 14 | 75 | 2 | 60 | 136 | 104 |
| Binary | 11111010 | 11011100 | 1100010 | 0 | 1100 | 111101 | 10 | 110000 | 1011110 | 1000100 |
Color Harmonies of #FADC62
Complementary color
Monochromatic Colors of #FADC62
Black with #FADC62
Text Example
Text Example
White with #FADC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC62; }
p { color: rgb(250,220,98); }
H1.HeaderClassName
{
color: #FADC62;
}
.AnyTagClassName
{
color: #FADC62;
}
</style>
background-color css
<style>
a { background-color: #FADC62; }
a { background-color: rgb(250,220,98); }
div.DivClassName
{
background-color: #FADC62;
}
.BgClassName
{
background-color: #FADC62;
}
</style>
border-color css
<style>
span { border-color: #FADC62; }
span { border-color: rgb(250,220,98); }
td.TdClassName
{
border-color: #FADC62;
}
.TagClassName
{
border-color: #FADC62;
}
</style>