Shades of Dandelion #FADA64
Tints of Dandelion #FADA64
RGB
CMYK
RGB Variations
Color information
#FADA64 (or 0xFADA64) is known color: Dandelion. HEX triplet: FA, DA and 64. RGB value is (250,218,100). Sum of RGB (Red+Green+Blue) = 250+218+100=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA64 is #05259B. Grayscale: #D6D6D6. Windows color (decimal): -337308 or 6609658. OLE color: 6609658.
HSL color Cylindrical-coordinate representation of color #FADA64: hue angle of 47.2º 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 #FADA64 is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 100 | - |
| CMYK | 0 | 0.13 | 0.6 | 0.02 |
| HSL | 47.2º | 0.94% | 0.69% | - |
| HSV(B) | 47.2º | 0.6% | 0.98% | - |
| XYZ | 66.8 | 71.39 | 22.32 | - |
| YUV | 214.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 100 | 0 | 0.13 | 0.6 | 0.02 | 47.2 | 0.94 | 0.69 |
| Hex | FA | DA | 64 | 0 | D | 3C | 2 | 2F | 5E | 45 |
| Octal | 372 | 332 | 144 | 0 | 15 | 74 | 2 | 57 | 136 | 105 |
| Binary | 11111010 | 11011010 | 1100100 | 0 | 1101 | 111100 | 10 | 101111 | 1011110 | 1000101 |
Color Harmonies of #FADA64
Complementary color
Monochromatic Colors of #FADA64
Black with #FADA64
Text Example
Text Example
White with #FADA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA64; }
p { color: rgb(250,218,100); }
H1.HeaderClassName
{
color: #FADA64;
}
.AnyTagClassName
{
color: #FADA64;
}
</style>
background-color css
<style>
a { background-color: #FADA64; }
a { background-color: rgb(250,218,100); }
div.DivClassName
{
background-color: #FADA64;
}
.BgClassName
{
background-color: #FADA64;
}
</style>
border-color css
<style>
span { border-color: #FADA64; }
span { border-color: rgb(250,218,100); }
td.TdClassName
{
border-color: #FADA64;
}
.TagClassName
{
border-color: #FADA64;
}
</style>