Shades of Dandelion #FED561
Tints of Dandelion #FED561
RGB
CMYK
RGB Variations
Color information
#FED561 (or 0xFED561) is known color: Dandelion. HEX triplet: FE, D5 and 61. RGB value is (254,213,97). Sum of RGB (Red+Green+Blue) = 254+213+97=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 97 (38.28% from 255 or 17.20% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FED561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED561 is #012A9E. Grayscale: #D4D4D4. Windows color (decimal): -76447 or 6411774. OLE color: 6411774.
HSL color Cylindrical-coordinate representation of color #FED561: hue angle of 44.33º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FED561 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 97 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.00 |
| HSL | 44.33º | 0.99% | 0.69% | - |
| HSV(B) | 44.33º | 0.62% | 1% | - |
| XYZ | 66.82 | 69.52 | 21.21 | - |
| YUV | 212.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 97 | 0 | 0.16 | 0.62 | 0.00 | 44.33 | 0.99 | 0.69 |
| Hex | FE | D5 | 61 | 0 | 10 | 3E | 0 | 2C | 63 | 45 |
| Octal | 376 | 325 | 141 | 0 | 20 | 76 | 0 | 54 | 143 | 105 |
| Binary | 11111110 | 11010101 | 1100001 | 0 | 10000 | 111110 | 0 | 101100 | 1100011 | 1000101 |
Color Harmonies of #FED561
Complementary color
Monochromatic Colors of #FED561
Black with #FED561
Text Example
Text Example
White with #FED561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED561; }
p { color: rgb(254,213,97); }
H1.HeaderClassName
{
color: #FED561;
}
.AnyTagClassName
{
color: #FED561;
}
</style>
background-color css
<style>
a { background-color: #FED561; }
a { background-color: rgb(254,213,97); }
div.DivClassName
{
background-color: #FED561;
}
.BgClassName
{
background-color: #FED561;
}
</style>
border-color css
<style>
span { border-color: #FED561; }
span { border-color: rgb(254,213,97); }
td.TdClassName
{
border-color: #FED561;
}
.TagClassName
{
border-color: #FED561;
}
</style>