Shades of Dandelion #FEDE5E
Tints of Dandelion #FEDE5E
RGB
CMYK
RGB Variations
Color information
#FEDE5E (or 0xFEDE5E) is known color: Dandelion. HEX triplet: FE, DE and 5E. RGB value is (254,222,94). Sum of RGB (Red+Green+Blue) = 254+222+94=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 94 (37.11% from 255 or 16.49% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE5E is #0121A1. Grayscale: #D9D9D9. Windows color (decimal): -74146 or 6217470. OLE color: 6217470.
HSL color Cylindrical-coordinate representation of color #FEDE5E: hue angle of 48º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEDE5E is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 94 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.00 |
| HSL | 48º | 0.99% | 0.68% | - |
| HSV(B) | 48º | 0.63% | 1% | - |
| XYZ | 69.01 | 74.12 | 21.26 | - |
| YUV | 216.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 94 | 0 | 0.13 | 0.63 | 0.00 | 48 | 0.99 | 0.68 |
| Hex | FE | DE | 5E | 0 | D | 3F | 0 | 30 | 63 | 44 |
| Octal | 376 | 336 | 136 | 0 | 15 | 77 | 0 | 60 | 143 | 104 |
| Binary | 11111110 | 11011110 | 1011110 | 0 | 1101 | 111111 | 0 | 110000 | 1100011 | 1000100 |
Color Harmonies of #FEDE5E
Complementary color
Monochromatic Colors of #FEDE5E
Black with #FEDE5E
Text Example
Text Example
White with #FEDE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE5E; }
p { color: rgb(254,222,94); }
H1.HeaderClassName
{
color: #FEDE5E;
}
.AnyTagClassName
{
color: #FEDE5E;
}
</style>
background-color css
<style>
a { background-color: #FEDE5E; }
a { background-color: rgb(254,222,94); }
div.DivClassName
{
background-color: #FEDE5E;
}
.BgClassName
{
background-color: #FEDE5E;
}
</style>
border-color css
<style>
span { border-color: #FEDE5E; }
span { border-color: rgb(254,222,94); }
td.TdClassName
{
border-color: #FEDE5E;
}
.TagClassName
{
border-color: #FEDE5E;
}
</style>