Shades of Energy Yellow #FDD545
Tints of Energy Yellow #FDD545
RGB
CMYK
RGB Variations
Color information
#FDD545 (or 0xFDD545) is known color: Energy Yellow. HEX triplet: FD, D5 and 45. RGB value is (253,213,69). Sum of RGB (Red+Green+Blue) = 253+213+69=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 69 (27.34% from 255 or 12.90% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD545 is #022ABA. Grayscale: #D1D1D1. Windows color (decimal): -142011 or 4576765. OLE color: 4576765.
HSL color Cylindrical-coordinate representation of color #FDD545: hue angle of 46.96º 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 #FDD545 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 69 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.01 |
| HSL | 46.96º | 0.98% | 0.63% | - |
| HSV(B) | 46.96º | 0.73% | 0.99% | - |
| XYZ | 65.38 | 68.9 | 15.48 | - |
| YUV | 208.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 69 | 0 | 0.16 | 0.73 | 0.01 | 46.96 | 0.98 | 0.63 |
| Hex | FD | D5 | 45 | 0 | 10 | 49 | 1 | 2F | 62 | 3F |
| Octal | 375 | 325 | 105 | 0 | 20 | 111 | 1 | 57 | 142 | 77 |
| Binary | 11111101 | 11010101 | 1000101 | 0 | 10000 | 1001001 | 1 | 101111 | 1100010 | 111111 |
Color Harmonies of #FDD545
Complementary color
Monochromatic Colors of #FDD545
Black with #FDD545
Text Example
Text Example
White with #FDD545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD545; }
p { color: rgb(253,213,69); }
H1.HeaderClassName
{
color: #FDD545;
}
.AnyTagClassName
{
color: #FDD545;
}
</style>
background-color css
<style>
a { background-color: #FDD545; }
a { background-color: rgb(253,213,69); }
div.DivClassName
{
background-color: #FDD545;
}
.BgClassName
{
background-color: #FDD545;
}
</style>
border-color css
<style>
span { border-color: #FDD545; }
span { border-color: rgb(253,213,69); }
td.TdClassName
{
border-color: #FDD545;
}
.TagClassName
{
border-color: #FDD545;
}
</style>