Shades of Dandelion #FED05E
Tints of Dandelion #FED05E
RGB
CMYK
RGB Variations
Color information
#FED05E (or 0xFED05E) is known color: Dandelion. HEX triplet: FE, D0 and 5E. RGB value is (254,208,94). Sum of RGB (Red+Green+Blue) = 254+208+94=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FED05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED05E is #012FA1. Grayscale: #D1D1D1. Windows color (decimal): -77730 or 6213886. OLE color: 6213886.
HSL color Cylindrical-coordinate representation of color #FED05E: hue angle of 42.75º 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 #FED05E is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 94 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.00 |
| HSL | 42.75º | 0.99% | 0.68% | - |
| HSV(B) | 42.75º | 0.63% | 1% | - |
| XYZ | 65.45 | 66.99 | 20.07 | - |
| YUV | 208.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 94 | 0 | 0.18 | 0.63 | 0.00 | 42.75 | 0.99 | 0.68 |
| Hex | FE | D0 | 5E | 0 | 12 | 3F | 0 | 2B | 63 | 44 |
| Octal | 376 | 320 | 136 | 0 | 22 | 77 | 0 | 53 | 143 | 104 |
| Binary | 11111110 | 11010000 | 1011110 | 0 | 10010 | 111111 | 0 | 101011 | 1100011 | 1000100 |
Color Harmonies of #FED05E
Complementary color
Monochromatic Colors of #FED05E
Black with #FED05E
Text Example
Text Example
White with #FED05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED05E; }
p { color: rgb(254,208,94); }
H1.HeaderClassName
{
color: #FED05E;
}
.AnyTagClassName
{
color: #FED05E;
}
</style>
background-color css
<style>
a { background-color: #FED05E; }
a { background-color: rgb(254,208,94); }
div.DivClassName
{
background-color: #FED05E;
}
.BgClassName
{
background-color: #FED05E;
}
</style>
border-color css
<style>
span { border-color: #FED05E; }
span { border-color: rgb(254,208,94); }
td.TdClassName
{
border-color: #FED05E;
}
.TagClassName
{
border-color: #FED05E;
}
</style>