Shades of Dandelion #FED563
Tints of Dandelion #FED563
RGB
CMYK
RGB Variations
Color information
#FED563 (or 0xFED563) is known color: Dandelion. HEX triplet: FE, D5 and 63. RGB value is (254,213,99). Sum of RGB (Red+Green+Blue) = 254+213+99=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 99 (39.06% from 255 or 17.49% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FED563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED563 is #012A9C. Grayscale: #D4D4D4. Windows color (decimal): -76445 or 6542846. OLE color: 6542846.
HSL color Cylindrical-coordinate representation of color #FED563: hue angle of 44.13º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FED563 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 99 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.00 |
| HSL | 44.13º | 0.99% | 0.69% | - |
| HSV(B) | 44.13º | 0.61% | 1% | - |
| XYZ | 66.92 | 69.56 | 21.7 | - |
| YUV | 212.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 99 | 0 | 0.16 | 0.61 | 0.00 | 44.13 | 0.99 | 0.69 |
| Hex | FE | D5 | 63 | 0 | 10 | 3D | 0 | 2C | 63 | 45 |
| Octal | 376 | 325 | 143 | 0 | 20 | 75 | 0 | 54 | 143 | 105 |
| Binary | 11111110 | 11010101 | 1100011 | 0 | 10000 | 111101 | 0 | 101100 | 1100011 | 1000101 |
Color Harmonies of #FED563
Complementary color
Monochromatic Colors of #FED563
Black with #FED563
Text Example
Text Example
White with #FED563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED563; }
p { color: rgb(254,213,99); }
H1.HeaderClassName
{
color: #FED563;
}
.AnyTagClassName
{
color: #FED563;
}
</style>
background-color css
<style>
a { background-color: #FED563; }
a { background-color: rgb(254,213,99); }
div.DivClassName
{
background-color: #FED563;
}
.BgClassName
{
background-color: #FED563;
}
</style>
border-color css
<style>
span { border-color: #FED563; }
span { border-color: rgb(254,213,99); }
td.TdClassName
{
border-color: #FED563;
}
.TagClassName
{
border-color: #FED563;
}
</style>