Shades of Energy Yellow #FDDC4A
Tints of Energy Yellow #FDDC4A
RGB
CMYK
RGB Variations
Color information
#FDDC4A (or 0xFDDC4A) is known color: Energy Yellow. HEX triplet: FD, DC and 4A. RGB value is (253,220,74). Sum of RGB (Red+Green+Blue) = 253+220+74=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 74 (29.30% from 255 or 13.53% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC4A is #0223B5. Grayscale: #D5D5D5. Windows color (decimal): -140214 or 4906237. OLE color: 4906237.
HSL color Cylindrical-coordinate representation of color #FDDC4A: hue angle of 48.94º 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 #FDDC4A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 74 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.01 |
| HSL | 48.94º | 0.98% | 0.64% | - |
| HSV(B) | 48.94º | 0.71% | 0.99% | - |
| XYZ | 67.34 | 72.56 | 16.94 | - |
| YUV | 213.22 | 49.43 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 74 | 0 | 0.13 | 0.71 | 0.01 | 48.94 | 0.98 | 0.64 |
| Hex | FD | DC | 4A | 0 | D | 47 | 1 | 31 | 62 | 40 |
| Octal | 375 | 334 | 112 | 0 | 15 | 107 | 1 | 61 | 142 | 100 |
| Binary | 11111101 | 11011100 | 1001010 | 0 | 1101 | 1000111 | 1 | 110001 | 1100010 | 1000000 |
Color Harmonies of #FDDC4A
Complementary color
Monochromatic Colors of #FDDC4A
Black with #FDDC4A
Text Example
Text Example
White with #FDDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC4A; }
p { color: rgb(253,220,74); }
H1.HeaderClassName
{
color: #FDDC4A;
}
.AnyTagClassName
{
color: #FDDC4A;
}
</style>
background-color css
<style>
a { background-color: #FDDC4A; }
a { background-color: rgb(253,220,74); }
div.DivClassName
{
background-color: #FDDC4A;
}
.BgClassName
{
background-color: #FDDC4A;
}
</style>
border-color css
<style>
span { border-color: #FDDC4A; }
span { border-color: rgb(253,220,74); }
td.TdClassName
{
border-color: #FDDC4A;
}
.TagClassName
{
border-color: #FDDC4A;
}
</style>