Shades of Dandelion #FAD564
Tints of Dandelion #FAD564
RGB
CMYK
RGB Variations
Color information
#FAD564 (or 0xFAD564) is known color: Dandelion. HEX triplet: FA, D5 and 64. RGB value is (250,213,100). Sum of RGB (Red+Green+Blue) = 250+213+100=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD564 is #052A9B. Grayscale: #D3D3D3. Windows color (decimal): -338588 or 6608378. OLE color: 6608378.
HSL color Cylindrical-coordinate representation of color #FAD564: hue angle of 45.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 #FAD564 is Cyan = 0, Magento = 0.15, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 100 | - |
| CMYK | 0 | 0.15 | 0.6 | 0.02 |
| HSL | 45.2º | 0.94% | 0.69% | - |
| HSV(B) | 45.2º | 0.6% | 0.98% | - |
| XYZ | 65.52 | 68.83 | 21.89 | - |
| YUV | 211.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 100 | 0 | 0.15 | 0.6 | 0.02 | 45.2 | 0.94 | 0.69 |
| Hex | FA | D5 | 64 | 0 | F | 3C | 2 | 2D | 5E | 45 |
| Octal | 372 | 325 | 144 | 0 | 17 | 74 | 2 | 55 | 136 | 105 |
| Binary | 11111010 | 11010101 | 1100100 | 0 | 1111 | 111100 | 10 | 101101 | 1011110 | 1000101 |
Color Harmonies of #FAD564
Complementary color
Monochromatic Colors of #FAD564
Black with #FAD564
Text Example
Text Example
White with #FAD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD564; }
p { color: rgb(250,213,100); }
H1.HeaderClassName
{
color: #FAD564;
}
.AnyTagClassName
{
color: #FAD564;
}
</style>
background-color css
<style>
a { background-color: #FAD564; }
a { background-color: rgb(250,213,100); }
div.DivClassName
{
background-color: #FAD564;
}
.BgClassName
{
background-color: #FAD564;
}
</style>
border-color css
<style>
span { border-color: #FAD564; }
span { border-color: rgb(250,213,100); }
td.TdClassName
{
border-color: #FAD564;
}
.TagClassName
{
border-color: #FAD564;
}
</style>