Shades of Dandelion #FED65E
Tints of Dandelion #FED65E
RGB
CMYK
RGB Variations
Color information
#FED65E (or 0xFED65E) is known color: Dandelion. HEX triplet: FE, D6 and 5E. RGB value is (254,214,94). Sum of RGB (Red+Green+Blue) = 254+214+94=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FED65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED65E is #0129A1. Grayscale: #D4D4D4. Windows color (decimal): -76194 or 6215422. OLE color: 6215422.
HSL color Cylindrical-coordinate representation of color #FED65E: hue angle of 45º 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 #FED65E is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 94 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.00 |
| HSL | 45º | 0.99% | 0.68% | - |
| HSV(B) | 45º | 0.63% | 1% | - |
| XYZ | 66.94 | 69.97 | 20.57 | - |
| YUV | 212.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 94 | 0 | 0.16 | 0.63 | 0.00 | 45 | 0.99 | 0.68 |
| Hex | FE | D6 | 5E | 0 | 10 | 3F | 0 | 2D | 63 | 44 |
| Octal | 376 | 326 | 136 | 0 | 20 | 77 | 0 | 55 | 143 | 104 |
| Binary | 11111110 | 11010110 | 1011110 | 0 | 10000 | 111111 | 0 | 101101 | 1100011 | 1000100 |
Color Harmonies of #FED65E
Complementary color
Monochromatic Colors of #FED65E
Black with #FED65E
Text Example
Text Example
White with #FED65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED65E; }
p { color: rgb(254,214,94); }
H1.HeaderClassName
{
color: #FED65E;
}
.AnyTagClassName
{
color: #FED65E;
}
</style>
background-color css
<style>
a { background-color: #FED65E; }
a { background-color: rgb(254,214,94); }
div.DivClassName
{
background-color: #FED65E;
}
.BgClassName
{
background-color: #FED65E;
}
</style>
border-color css
<style>
span { border-color: #FED65E; }
span { border-color: rgb(254,214,94); }
td.TdClassName
{
border-color: #FED65E;
}
.TagClassName
{
border-color: #FED65E;
}
</style>