Shades of Energy Yellow #FDDD45
Tints of Energy Yellow #FDDD45
RGB
CMYK
RGB Variations
Color information
#FDDD45 (or 0xFDDD45) is known color: Energy Yellow. HEX triplet: FD, DD and 45. RGB value is (253,221,69). Sum of RGB (Red+Green+Blue) = 253+221+69=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 69 (27.34% from 255 or 12.71% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD45 is #0222BA. Grayscale: #D5D5D5. Windows color (decimal): -139963 or 4578813. OLE color: 4578813.
HSL color Cylindrical-coordinate representation of color #FDDD45: hue angle of 49.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDDD45 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 69 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.01 |
| HSL | 49.57º | 0.98% | 0.63% | - |
| HSV(B) | 49.57º | 0.73% | 0.99% | - |
| XYZ | 67.44 | 73.03 | 16.17 | - |
| YUV | 213.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 69 | 0 | 0.13 | 0.73 | 0.01 | 49.57 | 0.98 | 0.63 |
| Hex | FD | DD | 45 | 0 | D | 49 | 1 | 32 | 62 | 3F |
| Octal | 375 | 335 | 105 | 0 | 15 | 111 | 1 | 62 | 142 | 77 |
| Binary | 11111101 | 11011101 | 1000101 | 0 | 1101 | 1001001 | 1 | 110010 | 1100010 | 111111 |
Color Harmonies of #FDDD45
Complementary color
Monochromatic Colors of #FDDD45
Black with #FDDD45
Text Example
Text Example
White with #FDDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD45; }
p { color: rgb(253,221,69); }
H1.HeaderClassName
{
color: #FDDD45;
}
.AnyTagClassName
{
color: #FDDD45;
}
</style>
background-color css
<style>
a { background-color: #FDDD45; }
a { background-color: rgb(253,221,69); }
div.DivClassName
{
background-color: #FDDD45;
}
.BgClassName
{
background-color: #FDDD45;
}
</style>
border-color css
<style>
span { border-color: #FDDD45; }
span { border-color: rgb(253,221,69); }
td.TdClassName
{
border-color: #FDDD45;
}
.TagClassName
{
border-color: #FDDD45;
}
</style>