Shades of Dandelion #FED359
Tints of Dandelion #FED359
RGB
CMYK
RGB Variations
Color information
#FED359 (or 0xFED359) is known color: Dandelion. HEX triplet: FE, D3 and 59. RGB value is (254,211,89). Sum of RGB (Red+Green+Blue) = 254+211+89=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 89 (35.16% from 255 or 16.06% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FED359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED359 is #012CA6. Grayscale: #D2D2D2. Windows color (decimal): -76967 or 5886974. OLE color: 5886974.
HSL color Cylindrical-coordinate representation of color #FED359: hue angle of 44.36º 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 #FED359 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 89 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.00 |
| HSL | 44.36º | 0.99% | 0.67% | - |
| HSV(B) | 44.36º | 0.65% | 1% | - |
| XYZ | 65.97 | 68.38 | 19.17 | - |
| YUV | 209.95 | 59.75 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 89 | 0 | 0.17 | 0.65 | 0.00 | 44.36 | 0.99 | 0.67 |
| Hex | FE | D3 | 59 | 0 | 11 | 41 | 0 | 2C | 63 | 43 |
| Octal | 376 | 323 | 131 | 0 | 21 | 101 | 0 | 54 | 143 | 103 |
| Binary | 11111110 | 11010011 | 1011001 | 0 | 10001 | 1000001 | 0 | 101100 | 1100011 | 1000011 |
Color Harmonies of #FED359
Complementary color
Monochromatic Colors of #FED359
Black with #FED359
Text Example
Text Example
White with #FED359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED359; }
p { color: rgb(254,211,89); }
H1.HeaderClassName
{
color: #FED359;
}
.AnyTagClassName
{
color: #FED359;
}
</style>
background-color css
<style>
a { background-color: #FED359; }
a { background-color: rgb(254,211,89); }
div.DivClassName
{
background-color: #FED359;
}
.BgClassName
{
background-color: #FED359;
}
</style>
border-color css
<style>
span { border-color: #FED359; }
span { border-color: rgb(254,211,89); }
td.TdClassName
{
border-color: #FED359;
}
.TagClassName
{
border-color: #FED359;
}
</style>