Shades of Dandelion #FAD25E
Tints of Dandelion #FAD25E
RGB
CMYK
RGB Variations
Color information
#FAD25E (or 0xFAD25E) is known color: Dandelion. HEX triplet: FA, D2 and 5E. RGB value is (250,210,94). Sum of RGB (Red+Green+Blue) = 250+210+94=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD25E is #052DA1. Grayscale: #D1D1D1. Windows color (decimal): -339362 or 6214394. OLE color: 6214394.
HSL color Cylindrical-coordinate representation of color #FAD25E: hue angle of 44.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAD25E is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 94 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.02 |
| HSL | 44.62º | 0.94% | 0.67% | - |
| HSV(B) | 44.62º | 0.62% | 0.98% | - |
| XYZ | 64.49 | 67.23 | 20.17 | - |
| YUV | 208.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 94 | 0 | 0.16 | 0.62 | 0.02 | 44.62 | 0.94 | 0.67 |
| Hex | FA | D2 | 5E | 0 | 10 | 3E | 2 | 2D | 5E | 43 |
| Octal | 372 | 322 | 136 | 0 | 20 | 76 | 2 | 55 | 136 | 103 |
| Binary | 11111010 | 11010010 | 1011110 | 0 | 10000 | 111110 | 10 | 101101 | 1011110 | 1000011 |
Color Harmonies of #FAD25E
Complementary color
Monochromatic Colors of #FAD25E
Black with #FAD25E
Text Example
Text Example
White with #FAD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD25E; }
p { color: rgb(250,210,94); }
H1.HeaderClassName
{
color: #FAD25E;
}
.AnyTagClassName
{
color: #FAD25E;
}
</style>
background-color css
<style>
a { background-color: #FAD25E; }
a { background-color: rgb(250,210,94); }
div.DivClassName
{
background-color: #FAD25E;
}
.BgClassName
{
background-color: #FAD25E;
}
</style>
border-color css
<style>
span { border-color: #FAD25E; }
span { border-color: rgb(250,210,94); }
td.TdClassName
{
border-color: #FAD25E;
}
.TagClassName
{
border-color: #FAD25E;
}
</style>