Shades of Dandelion #FADB62
Tints of Dandelion #FADB62
RGB
CMYK
RGB Variations
Color information
#FADB62 (or 0xFADB62) is known color: Dandelion. HEX triplet: FA, DB and 62. RGB value is (250,219,98). Sum of RGB (Red+Green+Blue) = 250+219+98=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 98 (38.67% from 255 or 17.28% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB62 is #05249D. Grayscale: #D6D6D6. Windows color (decimal): -337054 or 6478842. OLE color: 6478842.
HSL color Cylindrical-coordinate representation of color #FADB62: hue angle of 47.76º 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 #FADB62 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 98 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.02 |
| HSL | 47.76º | 0.94% | 0.68% | - |
| HSV(B) | 47.76º | 0.61% | 0.98% | - |
| XYZ | 66.96 | 71.87 | 21.9 | - |
| YUV | 214.48 | 62.27 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 98 | 0 | 0.12 | 0.61 | 0.02 | 47.76 | 0.94 | 0.68 |
| Hex | FA | DB | 62 | 0 | C | 3D | 2 | 30 | 5E | 44 |
| Octal | 372 | 333 | 142 | 0 | 14 | 75 | 2 | 60 | 136 | 104 |
| Binary | 11111010 | 11011011 | 1100010 | 0 | 1100 | 111101 | 10 | 110000 | 1011110 | 1000100 |
Color Harmonies of #FADB62
Complementary color
Monochromatic Colors of #FADB62
Black with #FADB62
Text Example
Text Example
White with #FADB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB62; }
p { color: rgb(250,219,98); }
H1.HeaderClassName
{
color: #FADB62;
}
.AnyTagClassName
{
color: #FADB62;
}
</style>
background-color css
<style>
a { background-color: #FADB62; }
a { background-color: rgb(250,219,98); }
div.DivClassName
{
background-color: #FADB62;
}
.BgClassName
{
background-color: #FADB62;
}
</style>
border-color css
<style>
span { border-color: #FADB62; }
span { border-color: rgb(250,219,98); }
td.TdClassName
{
border-color: #FADB62;
}
.TagClassName
{
border-color: #FADB62;
}
</style>