Shades of Dandelion #FED562
Tints of Dandelion #FED562
RGB
CMYK
RGB Variations
Color information
#FED562 (or 0xFED562) is known color: Dandelion. HEX triplet: FE, D5 and 62. RGB value is (254,213,98). Sum of RGB (Red+Green+Blue) = 254+213+98=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 98 (38.67% from 255 or 17.35% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FED562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED562 is #012A9D. Grayscale: #D4D4D4. Windows color (decimal): -76446 or 6477310. OLE color: 6477310.
HSL color Cylindrical-coordinate representation of color #FED562: hue angle of 44.23º 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 #FED562 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 98 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.00 |
| HSL | 44.23º | 0.99% | 0.69% | - |
| HSV(B) | 44.23º | 0.61% | 1% | - |
| XYZ | 66.87 | 69.54 | 21.45 | - |
| YUV | 212.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 98 | 0 | 0.16 | 0.61 | 0.00 | 44.23 | 0.99 | 0.69 |
| Hex | FE | D5 | 62 | 0 | 10 | 3D | 0 | 2C | 63 | 45 |
| Octal | 376 | 325 | 142 | 0 | 20 | 75 | 0 | 54 | 143 | 105 |
| Binary | 11111110 | 11010101 | 1100010 | 0 | 10000 | 111101 | 0 | 101100 | 1100011 | 1000101 |
Color Harmonies of #FED562
Complementary color
Monochromatic Colors of #FED562
Black with #FED562
Text Example
Text Example
White with #FED562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED562; }
p { color: rgb(254,213,98); }
H1.HeaderClassName
{
color: #FED562;
}
.AnyTagClassName
{
color: #FED562;
}
</style>
background-color css
<style>
a { background-color: #FED562; }
a { background-color: rgb(254,213,98); }
div.DivClassName
{
background-color: #FED562;
}
.BgClassName
{
background-color: #FED562;
}
</style>
border-color css
<style>
span { border-color: #FED562; }
span { border-color: rgb(254,213,98); }
td.TdClassName
{
border-color: #FED562;
}
.TagClassName
{
border-color: #FED562;
}
</style>