Shades of Dandelion #FED559
Tints of Dandelion #FED559
RGB
CMYK
RGB Variations
Color information
#FED559 (or 0xFED559) is known color: Dandelion. HEX triplet: FE, D5 and 59. RGB value is (254,213,89). Sum of RGB (Red+Green+Blue) = 254+213+89=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 89 (35.16% from 255 or 16.01% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FED559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED559 is #012AA6. Grayscale: #D3D3D3. Windows color (decimal): -76455 or 5887486. OLE color: 5887486.
HSL color Cylindrical-coordinate representation of color #FED559: hue angle of 45.09º 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 #FED559 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 89 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.00 |
| HSL | 45.09º | 0.99% | 0.67% | - |
| HSV(B) | 45.09º | 0.65% | 1% | - |
| XYZ | 66.47 | 69.38 | 19.34 | - |
| YUV | 211.12 | 59.08 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 89 | 0 | 0.16 | 0.65 | 0.00 | 45.09 | 0.99 | 0.67 |
| Hex | FE | D5 | 59 | 0 | 10 | 41 | 0 | 2D | 63 | 43 |
| Octal | 376 | 325 | 131 | 0 | 20 | 101 | 0 | 55 | 143 | 103 |
| Binary | 11111110 | 11010101 | 1011001 | 0 | 10000 | 1000001 | 0 | 101101 | 1100011 | 1000011 |
Color Harmonies of #FED559
Complementary color
Monochromatic Colors of #FED559
Black with #FED559
Text Example
Text Example
White with #FED559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED559; }
p { color: rgb(254,213,89); }
H1.HeaderClassName
{
color: #FED559;
}
.AnyTagClassName
{
color: #FED559;
}
</style>
background-color css
<style>
a { background-color: #FED559; }
a { background-color: rgb(254,213,89); }
div.DivClassName
{
background-color: #FED559;
}
.BgClassName
{
background-color: #FED559;
}
</style>
border-color css
<style>
span { border-color: #FED559; }
span { border-color: rgb(254,213,89); }
td.TdClassName
{
border-color: #FED559;
}
.TagClassName
{
border-color: #FED559;
}
</style>