Shades of Energy Yellow #FDDC45
Tints of Energy Yellow #FDDC45
RGB
CMYK
RGB Variations
Color information
#FDDC45 (or 0xFDDC45) is known color: Energy Yellow. HEX triplet: FD, DC and 45. RGB value is (253,220,69). Sum of RGB (Red+Green+Blue) = 253+220+69=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 69 (27.34% from 255 or 12.73% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC45 is #0223BA. Grayscale: #D5D5D5. Windows color (decimal): -140219 or 4578557. OLE color: 4578557.
HSL color Cylindrical-coordinate representation of color #FDDC45: hue angle of 49.24º 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 #FDDC45 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 69 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.01 |
| HSL | 49.24º | 0.98% | 0.63% | - |
| HSV(B) | 49.24º | 0.73% | 0.99% | - |
| XYZ | 67.18 | 72.5 | 16.08 | - |
| YUV | 212.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 69 | 0 | 0.13 | 0.73 | 0.01 | 49.24 | 0.98 | 0.63 |
| Hex | FD | DC | 45 | 0 | D | 49 | 1 | 31 | 62 | 3F |
| Octal | 375 | 334 | 105 | 0 | 15 | 111 | 1 | 61 | 142 | 77 |
| Binary | 11111101 | 11011100 | 1000101 | 0 | 1101 | 1001001 | 1 | 110001 | 1100010 | 111111 |
Color Harmonies of #FDDC45
Complementary color
Monochromatic Colors of #FDDC45
Black with #FDDC45
Text Example
Text Example
White with #FDDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC45; }
p { color: rgb(253,220,69); }
H1.HeaderClassName
{
color: #FDDC45;
}
.AnyTagClassName
{
color: #FDDC45;
}
</style>
background-color css
<style>
a { background-color: #FDDC45; }
a { background-color: rgb(253,220,69); }
div.DivClassName
{
background-color: #FDDC45;
}
.BgClassName
{
background-color: #FDDC45;
}
</style>
border-color css
<style>
span { border-color: #FDDC45; }
span { border-color: rgb(253,220,69); }
td.TdClassName
{
border-color: #FDDC45;
}
.TagClassName
{
border-color: #FDDC45;
}
</style>