Shades of Energy Yellow #FDDA4E
Tints of Energy Yellow #FDDA4E
RGB
CMYK
RGB Variations
Color information
#FDDA4E (or 0xFDDA4E) is known color: Energy Yellow. HEX triplet: FD, DA and 4E. RGB value is (253,218,78). Sum of RGB (Red+Green+Blue) = 253+218+78=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 78 (30.86% from 255 or 14.21% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA4E is #0225B1. Grayscale: #D5D5D5. Windows color (decimal): -140722 or 5167869. OLE color: 5167869.
HSL color Cylindrical-coordinate representation of color #FDDA4E: hue angle of 48º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDDA4E is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 78 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.01 |
| HSL | 48º | 0.98% | 0.65% | - |
| HSV(B) | 48º | 0.69% | 0.99% | - |
| XYZ | 66.95 | 71.58 | 17.49 | - |
| YUV | 212.51 | 52.1 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 78 | 0 | 0.14 | 0.69 | 0.01 | 48 | 0.98 | 0.65 |
| Hex | FD | DA | 4E | 0 | E | 45 | 1 | 30 | 62 | 41 |
| Octal | 375 | 332 | 116 | 0 | 16 | 105 | 1 | 60 | 142 | 101 |
| Binary | 11111101 | 11011010 | 1001110 | 0 | 1110 | 1000101 | 1 | 110000 | 1100010 | 1000001 |
Color Harmonies of #FDDA4E
Complementary color
Monochromatic Colors of #FDDA4E
Black with #FDDA4E
Text Example
Text Example
White with #FDDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA4E; }
p { color: rgb(253,218,78); }
H1.HeaderClassName
{
color: #FDDA4E;
}
.AnyTagClassName
{
color: #FDDA4E;
}
</style>
background-color css
<style>
a { background-color: #FDDA4E; }
a { background-color: rgb(253,218,78); }
div.DivClassName
{
background-color: #FDDA4E;
}
.BgClassName
{
background-color: #FDDA4E;
}
</style>
border-color css
<style>
span { border-color: #FDDA4E; }
span { border-color: rgb(253,218,78); }
td.TdClassName
{
border-color: #FDDA4E;
}
.TagClassName
{
border-color: #FDDA4E;
}
</style>