Shades of Dandelion #FADF65
Tints of Dandelion #FADF65
RGB
CMYK
RGB Variations
Color information
#FADF65 (or 0xFADF65) is known color: Dandelion. HEX triplet: FA, DF and 65. RGB value is (250,223,101). Sum of RGB (Red+Green+Blue) = 250+223+101=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 101 (39.84% from 255 or 17.60% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF65 is #05209A. Grayscale: #D9D9D9. Windows color (decimal): -336027 or 6676474. OLE color: 6676474.
HSL color Cylindrical-coordinate representation of color #FADF65: hue angle of 49.13º 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 #FADF65 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 101 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.02 |
| HSL | 49.13º | 0.94% | 0.69% | - |
| HSV(B) | 49.13º | 0.6% | 0.98% | - |
| XYZ | 68.16 | 74.04 | 23.01 | - |
| YUV | 217.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 101 | 0 | 0.11 | 0.60 | 0.02 | 49.13 | 0.94 | 0.69 |
| Hex | FA | DF | 65 | 0 | B | 3C | 2 | 31 | 5E | 45 |
| Octal | 372 | 337 | 145 | 0 | 13 | 74 | 2 | 61 | 136 | 105 |
| Binary | 11111010 | 11011111 | 1100101 | 0 | 1011 | 111100 | 10 | 110001 | 1011110 | 1000101 |
Color Harmonies of #FADF65
Complementary color
Monochromatic Colors of #FADF65
Black with #FADF65
Text Example
Text Example
White with #FADF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF65; }
p { color: rgb(250,223,101); }
H1.HeaderClassName
{
color: #FADF65;
}
.AnyTagClassName
{
color: #FADF65;
}
</style>
background-color css
<style>
a { background-color: #FADF65; }
a { background-color: rgb(250,223,101); }
div.DivClassName
{
background-color: #FADF65;
}
.BgClassName
{
background-color: #FADF65;
}
</style>
border-color css
<style>
span { border-color: #FADF65; }
span { border-color: rgb(250,223,101); }
td.TdClassName
{
border-color: #FADF65;
}
.TagClassName
{
border-color: #FADF65;
}
</style>