Shades of Dandelion #FAD65A
Tints of Dandelion #FAD65A
RGB
CMYK
RGB Variations
Color information
#FAD65A (or 0xFAD65A) is known color: Dandelion. HEX triplet: FA, D6 and 5A. RGB value is (250,214,90). Sum of RGB (Red+Green+Blue) = 250+214+90=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD65A is #0529A5. Grayscale: #D3D3D3. Windows color (decimal): -338342 or 5953274. OLE color: 5953274.
HSL color Cylindrical-coordinate representation of color #FAD65A: hue angle of 46.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAD65A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 90 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.02 |
| HSL | 46.5º | 0.94% | 0.67% | - |
| HSV(B) | 46.5º | 0.64% | 0.98% | - |
| XYZ | 65.32 | 69.16 | 19.58 | - |
| YUV | 210.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 90 | 0 | 0.14 | 0.64 | 0.02 | 46.5 | 0.94 | 0.67 |
| Hex | FA | D6 | 5A | 0 | E | 40 | 2 | 2E | 5E | 43 |
| Octal | 372 | 326 | 132 | 0 | 16 | 100 | 2 | 56 | 136 | 103 |
| Binary | 11111010 | 11010110 | 1011010 | 0 | 1110 | 1000000 | 10 | 101110 | 1011110 | 1000011 |
Color Harmonies of #FAD65A
Complementary color
Monochromatic Colors of #FAD65A
Black with #FAD65A
Text Example
Text Example
White with #FAD65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD65A; }
p { color: rgb(250,214,90); }
H1.HeaderClassName
{
color: #FAD65A;
}
.AnyTagClassName
{
color: #FAD65A;
}
</style>
background-color css
<style>
a { background-color: #FAD65A; }
a { background-color: rgb(250,214,90); }
div.DivClassName
{
background-color: #FAD65A;
}
.BgClassName
{
background-color: #FAD65A;
}
</style>
border-color css
<style>
span { border-color: #FAD65A; }
span { border-color: rgb(250,214,90); }
td.TdClassName
{
border-color: #FAD65A;
}
.TagClassName
{
border-color: #FAD65A;
}
</style>