Shades of Dandelion #FED95E
Tints of Dandelion #FED95E
RGB
CMYK
RGB Variations
Color information
#FED95E (or 0xFED95E) is known color: Dandelion. HEX triplet: FE, D9 and 5E. RGB value is (254,217,94). Sum of RGB (Red+Green+Blue) = 254+217+94=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FED95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED95E is #0126A1. Grayscale: #D6D6D6. Windows color (decimal): -75426 or 6216190. OLE color: 6216190.
HSL color Cylindrical-coordinate representation of color #FED95E: hue angle of 46.12º 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 #FED95E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 94 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.00 |
| HSL | 46.13º | 0.99% | 0.68% | - |
| HSV(B) | 46.13º | 0.63% | 1% | - |
| XYZ | 67.71 | 71.5 | 20.82 | - |
| YUV | 214.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 94 | 0 | 0.15 | 0.63 | 0.00 | 46.13 | 0.99 | 0.68 |
| Hex | FE | D9 | 5E | 0 | F | 3F | 0 | 2E | 63 | 44 |
| Octal | 376 | 331 | 136 | 0 | 17 | 77 | 0 | 56 | 143 | 104 |
| Binary | 11111110 | 11011001 | 1011110 | 0 | 1111 | 111111 | 0 | 101110 | 1100011 | 1000100 |
Color Harmonies of #FED95E
Complementary color
Monochromatic Colors of #FED95E
Black with #FED95E
Text Example
Text Example
White with #FED95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED95E; }
p { color: rgb(254,217,94); }
H1.HeaderClassName
{
color: #FED95E;
}
.AnyTagClassName
{
color: #FED95E;
}
</style>
background-color css
<style>
a { background-color: #FED95E; }
a { background-color: rgb(254,217,94); }
div.DivClassName
{
background-color: #FED95E;
}
.BgClassName
{
background-color: #FED95E;
}
</style>
border-color css
<style>
span { border-color: #FED95E; }
span { border-color: rgb(254,217,94); }
td.TdClassName
{
border-color: #FED95E;
}
.TagClassName
{
border-color: #FED95E;
}
</style>