Shades of Dandelion #FED85A
Tints of Dandelion #FED85A
RGB
CMYK
RGB Variations
Color information
#FED85A (or 0xFED85A) is known color: Dandelion. HEX triplet: FE, D8 and 5A. RGB value is (254,216,90). Sum of RGB (Red+Green+Blue) = 254+216+90=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FED85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED85A is #0127A5. Grayscale: #D5D5D5. Windows color (decimal): -75686 or 5953790. OLE color: 5953790.
HSL color Cylindrical-coordinate representation of color #FED85A: hue angle of 46.1º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FED85A is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 90 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.00 |
| HSL | 46.1º | 0.99% | 0.67% | - |
| HSV(B) | 46.1º | 0.65% | 1% | - |
| XYZ | 67.27 | 70.92 | 19.82 | - |
| YUV | 213 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 90 | 0 | 0.15 | 0.65 | 0.00 | 46.1 | 0.99 | 0.67 |
| Hex | FE | D8 | 5A | 0 | F | 41 | 0 | 2E | 63 | 43 |
| Octal | 376 | 330 | 132 | 0 | 17 | 101 | 0 | 56 | 143 | 103 |
| Binary | 11111110 | 11011000 | 1011010 | 0 | 1111 | 1000001 | 0 | 101110 | 1100011 | 1000011 |
Color Harmonies of #FED85A
Complementary color
Monochromatic Colors of #FED85A
Black with #FED85A
Text Example
Text Example
White with #FED85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED85A; }
p { color: rgb(254,216,90); }
H1.HeaderClassName
{
color: #FED85A;
}
.AnyTagClassName
{
color: #FED85A;
}
</style>
background-color css
<style>
a { background-color: #FED85A; }
a { background-color: rgb(254,216,90); }
div.DivClassName
{
background-color: #FED85A;
}
.BgClassName
{
background-color: #FED85A;
}
</style>
border-color css
<style>
span { border-color: #FED85A; }
span { border-color: rgb(254,216,90); }
td.TdClassName
{
border-color: #FED85A;
}
.TagClassName
{
border-color: #FED85A;
}
</style>