Shades of Dandelion #FADF64
Tints of Dandelion #FADF64
RGB
CMYK
RGB Variations
Color information
#FADF64 (or 0xFADF64) is known color: Dandelion. HEX triplet: FA, DF and 64. RGB value is (250,223,100). Sum of RGB (Red+Green+Blue) = 250+223+100=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 100 (39.45% from 255 or 17.45% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF64 is #05209B. Grayscale: #D9D9D9. Windows color (decimal): -336028 or 6610938. OLE color: 6610938.
HSL color Cylindrical-coordinate representation of color #FADF64: hue angle of 49.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 #FADF64 is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 100 | - |
| CMYK | 0 | 0.11 | 0.6 | 0.02 |
| HSL | 49.2º | 0.94% | 0.69% | - |
| HSV(B) | 49.2º | 0.6% | 0.98% | - |
| XYZ | 68.11 | 74.02 | 22.75 | - |
| YUV | 217.05 | 61.95 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 100 | 0 | 0.11 | 0.6 | 0.02 | 49.2 | 0.94 | 0.69 |
| Hex | FA | DF | 64 | 0 | B | 3C | 2 | 31 | 5E | 45 |
| Octal | 372 | 337 | 144 | 0 | 13 | 74 | 2 | 61 | 136 | 105 |
| Binary | 11111010 | 11011111 | 1100100 | 0 | 1011 | 111100 | 10 | 110001 | 1011110 | 1000101 |
Color Harmonies of #FADF64
Complementary color
Monochromatic Colors of #FADF64
Black with #FADF64
Text Example
Text Example
White with #FADF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF64; }
p { color: rgb(250,223,100); }
H1.HeaderClassName
{
color: #FADF64;
}
.AnyTagClassName
{
color: #FADF64;
}
</style>
background-color css
<style>
a { background-color: #FADF64; }
a { background-color: rgb(250,223,100); }
div.DivClassName
{
background-color: #FADF64;
}
.BgClassName
{
background-color: #FADF64;
}
</style>
border-color css
<style>
span { border-color: #FADF64; }
span { border-color: rgb(250,223,100); }
td.TdClassName
{
border-color: #FADF64;
}
.TagClassName
{
border-color: #FADF64;
}
</style>