Shades of Dandelion #FAD462
Tints of Dandelion #FAD462
RGB
CMYK
RGB Variations
Color information
#FAD462 (or 0xFAD462) is known color: Dandelion. HEX triplet: FA, D4 and 62. RGB value is (250,212,98). Sum of RGB (Red+Green+Blue) = 250+212+98=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 98 (38.67% from 255 or 17.5% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD462 is #052B9D. Grayscale: #D2D2D2. Windows color (decimal): -338846 or 6477050. OLE color: 6477050.
HSL color Cylindrical-coordinate representation of color #FAD462: hue angle of 45º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAD462 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 98 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.02 |
| HSL | 45º | 0.94% | 0.68% | - |
| HSV(B) | 45º | 0.61% | 0.98% | - |
| XYZ | 65.17 | 68.29 | 21.3 | - |
| YUV | 210.37 | 64.59 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 98 | 0 | 0.15 | 0.61 | 0.02 | 45 | 0.94 | 0.68 |
| Hex | FA | D4 | 62 | 0 | F | 3D | 2 | 2D | 5E | 44 |
| Octal | 372 | 324 | 142 | 0 | 17 | 75 | 2 | 55 | 136 | 104 |
| Binary | 11111010 | 11010100 | 1100010 | 0 | 1111 | 111101 | 10 | 101101 | 1011110 | 1000100 |
Color Harmonies of #FAD462
Complementary color
Monochromatic Colors of #FAD462
Black with #FAD462
Text Example
Text Example
White with #FAD462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD462; }
p { color: rgb(250,212,98); }
H1.HeaderClassName
{
color: #FAD462;
}
.AnyTagClassName
{
color: #FAD462;
}
</style>
background-color css
<style>
a { background-color: #FAD462; }
a { background-color: rgb(250,212,98); }
div.DivClassName
{
background-color: #FAD462;
}
.BgClassName
{
background-color: #FAD462;
}
</style>
border-color css
<style>
span { border-color: #FAD462; }
span { border-color: rgb(250,212,98); }
td.TdClassName
{
border-color: #FAD462;
}
.TagClassName
{
border-color: #FAD462;
}
</style>