Shades of Energy Yellow #FDDE4D
Tints of Energy Yellow #FDDE4D
RGB
CMYK
RGB Variations
Color information
#FDDE4D (or 0xFDDE4D) is known color: Energy Yellow. HEX triplet: FD, DE and 4D. RGB value is (253,222,77). Sum of RGB (Red+Green+Blue) = 253+222+77=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 77 (30.47% from 255 or 13.95% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE4D is #0221B2. Grayscale: #D7D7D7. Windows color (decimal): -139699 or 5103357. OLE color: 5103357.
HSL color Cylindrical-coordinate representation of color #FDDE4D: hue angle of 49.43º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDDE4D is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 77 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.01 |
| HSL | 49.43º | 0.98% | 0.65% | - |
| HSV(B) | 49.43º | 0.7% | 0.99% | - |
| XYZ | 67.97 | 73.66 | 17.66 | - |
| YUV | 214.74 | 50.27 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 77 | 0 | 0.12 | 0.70 | 0.01 | 49.43 | 0.98 | 0.65 |
| Hex | FD | DE | 4D | 0 | C | 46 | 1 | 31 | 62 | 41 |
| Octal | 375 | 336 | 115 | 0 | 14 | 106 | 1 | 61 | 142 | 101 |
| Binary | 11111101 | 11011110 | 1001101 | 0 | 1100 | 1000110 | 1 | 110001 | 1100010 | 1000001 |
Color Harmonies of #FDDE4D
Complementary color
Monochromatic Colors of #FDDE4D
Black with #FDDE4D
Text Example
Text Example
White with #FDDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE4D; }
p { color: rgb(253,222,77); }
H1.HeaderClassName
{
color: #FDDE4D;
}
.AnyTagClassName
{
color: #FDDE4D;
}
</style>
background-color css
<style>
a { background-color: #FDDE4D; }
a { background-color: rgb(253,222,77); }
div.DivClassName
{
background-color: #FDDE4D;
}
.BgClassName
{
background-color: #FDDE4D;
}
</style>
border-color css
<style>
span { border-color: #FDDE4D; }
span { border-color: rgb(253,222,77); }
td.TdClassName
{
border-color: #FDDE4D;
}
.TagClassName
{
border-color: #FDDE4D;
}
</style>