Shades of Energy Yellow #FDDA4D
Tints of Energy Yellow #FDDA4D
RGB
CMYK
RGB Variations
Color information
#FDDA4D (or 0xFDDA4D) is known color: Energy Yellow. HEX triplet: FD, DA and 4D. RGB value is (253,218,77). Sum of RGB (Red+Green+Blue) = 253+218+77=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 77 (30.47% from 255 or 14.05% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA4D is #0225B2. Grayscale: #D4D4D4. Windows color (decimal): -140723 or 5102333. OLE color: 5102333.
HSL color Cylindrical-coordinate representation of color #FDDA4D: hue angle of 48.07º 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 #FDDA4D is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 77 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.01 |
| HSL | 48.07º | 0.98% | 0.65% | - |
| HSV(B) | 48.07º | 0.7% | 0.99% | - |
| XYZ | 66.92 | 71.56 | 17.31 | - |
| YUV | 212.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 77 | 0 | 0.14 | 0.70 | 0.01 | 48.07 | 0.98 | 0.65 |
| Hex | FD | DA | 4D | 0 | E | 46 | 1 | 30 | 62 | 41 |
| Octal | 375 | 332 | 115 | 0 | 16 | 106 | 1 | 60 | 142 | 101 |
| Binary | 11111101 | 11011010 | 1001101 | 0 | 1110 | 1000110 | 1 | 110000 | 1100010 | 1000001 |
Color Harmonies of #FDDA4D
Complementary color
Monochromatic Colors of #FDDA4D
Black with #FDDA4D
Text Example
Text Example
White with #FDDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA4D; }
p { color: rgb(253,218,77); }
H1.HeaderClassName
{
color: #FDDA4D;
}
.AnyTagClassName
{
color: #FDDA4D;
}
</style>
background-color css
<style>
a { background-color: #FDDA4D; }
a { background-color: rgb(253,218,77); }
div.DivClassName
{
background-color: #FDDA4D;
}
.BgClassName
{
background-color: #FDDA4D;
}
</style>
border-color css
<style>
span { border-color: #FDDA4D; }
span { border-color: rgb(253,218,77); }
td.TdClassName
{
border-color: #FDDA4D;
}
.TagClassName
{
border-color: #FDDA4D;
}
</style>