Shades of Energy Yellow #FDDE4A
Tints of Energy Yellow #FDDE4A
RGB
CMYK
RGB Variations
Color information
#FDDE4A (or 0xFDDE4A) is known color: Energy Yellow. HEX triplet: FD, DE and 4A. RGB value is (253,222,74). Sum of RGB (Red+Green+Blue) = 253+222+74=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE4A is #0221B5. Grayscale: #D7D7D7. Windows color (decimal): -139702 or 4906749. OLE color: 4906749.
HSL color Cylindrical-coordinate representation of color #FDDE4A: hue angle of 49.61º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDDE4A is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 74 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.01 |
| HSL | 49.61º | 0.98% | 0.64% | - |
| HSV(B) | 49.61º | 0.71% | 0.99% | - |
| XYZ | 67.87 | 73.62 | 17.11 | - |
| YUV | 214.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 74 | 0 | 0.12 | 0.71 | 0.01 | 49.61 | 0.98 | 0.64 |
| Hex | FD | DE | 4A | 0 | C | 47 | 1 | 32 | 62 | 40 |
| Octal | 375 | 336 | 112 | 0 | 14 | 107 | 1 | 62 | 142 | 100 |
| Binary | 11111101 | 11011110 | 1001010 | 0 | 1100 | 1000111 | 1 | 110010 | 1100010 | 1000000 |
Color Harmonies of #FDDE4A
Complementary color
Monochromatic Colors of #FDDE4A
Black with #FDDE4A
Text Example
Text Example
White with #FDDE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE4A; }
p { color: rgb(253,222,74); }
H1.HeaderClassName
{
color: #FDDE4A;
}
.AnyTagClassName
{
color: #FDDE4A;
}
</style>
background-color css
<style>
a { background-color: #FDDE4A; }
a { background-color: rgb(253,222,74); }
div.DivClassName
{
background-color: #FDDE4A;
}
.BgClassName
{
background-color: #FDDE4A;
}
</style>
border-color css
<style>
span { border-color: #FDDE4A; }
span { border-color: rgb(253,222,74); }
td.TdClassName
{
border-color: #FDDE4A;
}
.TagClassName
{
border-color: #FDDE4A;
}
</style>