Shades of Energy Yellow #FDDD4A
Tints of Energy Yellow #FDDD4A
RGB
CMYK
RGB Variations
Color information
#FDDD4A (or 0xFDDD4A) is known color: Energy Yellow. HEX triplet: FD, DD and 4A. RGB value is (253,221,74). Sum of RGB (Red+Green+Blue) = 253+221+74=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 74 (29.30% from 255 or 13.50% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD4A is #0222B5. Grayscale: #D6D6D6. Windows color (decimal): -139958 or 4906493. OLE color: 4906493.
HSL color Cylindrical-coordinate representation of color #FDDD4A: hue angle of 49.27º 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 #FDDD4A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 74 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.01 |
| HSL | 49.27º | 0.98% | 0.64% | - |
| HSV(B) | 49.27º | 0.71% | 0.99% | - |
| XYZ | 67.6 | 73.09 | 17.02 | - |
| YUV | 213.81 | 49.1 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 74 | 0 | 0.13 | 0.71 | 0.01 | 49.27 | 0.98 | 0.64 |
| Hex | FD | DD | 4A | 0 | D | 47 | 1 | 31 | 62 | 40 |
| Octal | 375 | 335 | 112 | 0 | 15 | 107 | 1 | 61 | 142 | 100 |
| Binary | 11111101 | 11011101 | 1001010 | 0 | 1101 | 1000111 | 1 | 110001 | 1100010 | 1000000 |
Color Harmonies of #FDDD4A
Complementary color
Monochromatic Colors of #FDDD4A
Black with #FDDD4A
Text Example
Text Example
White with #FDDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD4A; }
p { color: rgb(253,221,74); }
H1.HeaderClassName
{
color: #FDDD4A;
}
.AnyTagClassName
{
color: #FDDD4A;
}
</style>
background-color css
<style>
a { background-color: #FDDD4A; }
a { background-color: rgb(253,221,74); }
div.DivClassName
{
background-color: #FDDD4A;
}
.BgClassName
{
background-color: #FDDD4A;
}
</style>
border-color css
<style>
span { border-color: #FDDD4A; }
span { border-color: rgb(253,221,74); }
td.TdClassName
{
border-color: #FDDD4A;
}
.TagClassName
{
border-color: #FDDD4A;
}
</style>