Shades of Dandelion #FADC64
Tints of Dandelion #FADC64
RGB
CMYK
RGB Variations
Color information
#FADC64 (or 0xFADC64) is known color: Dandelion. HEX triplet: FA, DC and 64. RGB value is (250,220,100). Sum of RGB (Red+Green+Blue) = 250+220+100=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 100 (39.45% from 255 or 17.54% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC64 is #05239B. Grayscale: #D7D7D7. Windows color (decimal): -336796 or 6610170. OLE color: 6610170.
HSL color Cylindrical-coordinate representation of color #FADC64: hue angle of 48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FADC64 is Cyan = 0, Magento = 0.12, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 100 | - |
| CMYK | 0 | 0.12 | 0.6 | 0.02 |
| HSL | 48º | 0.94% | 0.69% | - |
| HSV(B) | 48º | 0.6% | 0.98% | - |
| XYZ | 67.32 | 72.43 | 22.49 | - |
| YUV | 215.29 | 62.94 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 100 | 0 | 0.12 | 0.6 | 0.02 | 48 | 0.94 | 0.69 |
| Hex | FA | DC | 64 | 0 | C | 3C | 2 | 30 | 5E | 45 |
| Octal | 372 | 334 | 144 | 0 | 14 | 74 | 2 | 60 | 136 | 105 |
| Binary | 11111010 | 11011100 | 1100100 | 0 | 1100 | 111100 | 10 | 110000 | 1011110 | 1000101 |
Color Harmonies of #FADC64
Complementary color
Monochromatic Colors of #FADC64
Black with #FADC64
Text Example
Text Example
White with #FADC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC64; }
p { color: rgb(250,220,100); }
H1.HeaderClassName
{
color: #FADC64;
}
.AnyTagClassName
{
color: #FADC64;
}
</style>
background-color css
<style>
a { background-color: #FADC64; }
a { background-color: rgb(250,220,100); }
div.DivClassName
{
background-color: #FADC64;
}
.BgClassName
{
background-color: #FADC64;
}
</style>
border-color css
<style>
span { border-color: #FADC64; }
span { border-color: rgb(250,220,100); }
td.TdClassName
{
border-color: #FADC64;
}
.TagClassName
{
border-color: #FADC64;
}
</style>