Shades of Energy Yellow #FDDB4E
Tints of Energy Yellow #FDDB4E
RGB
CMYK
RGB Variations
Color information
#FDDB4E (or 0xFDDB4E) is known color: Energy Yellow. HEX triplet: FD, DB and 4E. RGB value is (253,219,78). Sum of RGB (Red+Green+Blue) = 253+219+78=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 78 (30.86% from 255 or 14.18% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB4E is #0224B1. Grayscale: #D5D5D5. Windows color (decimal): -140466 or 5168125. OLE color: 5168125.
HSL color Cylindrical-coordinate representation of color #FDDB4E: hue angle of 48.34º 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 #FDDB4E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 78 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.01 |
| HSL | 48.34º | 0.98% | 0.65% | - |
| HSV(B) | 48.34º | 0.69% | 0.99% | - |
| XYZ | 67.21 | 72.1 | 17.58 | - |
| YUV | 213.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 78 | 0 | 0.13 | 0.69 | 0.01 | 48.34 | 0.98 | 0.65 |
| Hex | FD | DB | 4E | 0 | D | 45 | 1 | 30 | 62 | 41 |
| Octal | 375 | 333 | 116 | 0 | 15 | 105 | 1 | 60 | 142 | 101 |
| Binary | 11111101 | 11011011 | 1001110 | 0 | 1101 | 1000101 | 1 | 110000 | 1100010 | 1000001 |
Color Harmonies of #FDDB4E
Complementary color
Monochromatic Colors of #FDDB4E
Black with #FDDB4E
Text Example
Text Example
White with #FDDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB4E; }
p { color: rgb(253,219,78); }
H1.HeaderClassName
{
color: #FDDB4E;
}
.AnyTagClassName
{
color: #FDDB4E;
}
</style>
background-color css
<style>
a { background-color: #FDDB4E; }
a { background-color: rgb(253,219,78); }
div.DivClassName
{
background-color: #FDDB4E;
}
.BgClassName
{
background-color: #FDDB4E;
}
</style>
border-color css
<style>
span { border-color: #FDDB4E; }
span { border-color: rgb(253,219,78); }
td.TdClassName
{
border-color: #FDDB4E;
}
.TagClassName
{
border-color: #FDDB4E;
}
</style>