Shades of Dandelion #FAD465
Tints of Dandelion #FAD465
RGB
CMYK
RGB Variations
Color information
#FAD465 (or 0xFAD465) is known color: Dandelion. HEX triplet: FA, D4 and 65. RGB value is (250,212,101). Sum of RGB (Red+Green+Blue) = 250+212+101=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD465 is #052B9A. Grayscale: #D3D3D3. Windows color (decimal): -338843 or 6673658. OLE color: 6673658.
HSL color Cylindrical-coordinate representation of color #FAD465: hue angle of 44.7º 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 #FAD465 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 101 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.02 |
| HSL | 44.7º | 0.94% | 0.69% | - |
| HSV(B) | 44.7º | 0.6% | 0.98% | - |
| XYZ | 65.32 | 68.35 | 22.06 | - |
| YUV | 210.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 101 | 0 | 0.15 | 0.60 | 0.02 | 44.7 | 0.94 | 0.69 |
| Hex | FA | D4 | 65 | 0 | F | 3C | 2 | 2D | 5E | 45 |
| Octal | 372 | 324 | 145 | 0 | 17 | 74 | 2 | 55 | 136 | 105 |
| Binary | 11111010 | 11010100 | 1100101 | 0 | 1111 | 111100 | 10 | 101101 | 1011110 | 1000101 |
Color Harmonies of #FAD465
Complementary color
Monochromatic Colors of #FAD465
Black with #FAD465
Text Example
Text Example
White with #FAD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD465; }
p { color: rgb(250,212,101); }
H1.HeaderClassName
{
color: #FAD465;
}
.AnyTagClassName
{
color: #FAD465;
}
</style>
background-color css
<style>
a { background-color: #FAD465; }
a { background-color: rgb(250,212,101); }
div.DivClassName
{
background-color: #FAD465;
}
.BgClassName
{
background-color: #FAD465;
}
</style>
border-color css
<style>
span { border-color: #FAD465; }
span { border-color: rgb(250,212,101); }
td.TdClassName
{
border-color: #FAD465;
}
.TagClassName
{
border-color: #FAD465;
}
</style>