Shades of Energy Yellow #FDD949
Tints of Energy Yellow #FDD949
RGB
CMYK
RGB Variations
Color information
#FDD949 (or 0xFDD949) is known color: Energy Yellow. HEX triplet: FD, D9 and 49. RGB value is (253,217,73). Sum of RGB (Red+Green+Blue) = 253+217+73=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 73 (28.91% from 255 or 13.44% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD949 is #0226B6. Grayscale: #D3D3D3. Windows color (decimal): -140983 or 4839933. OLE color: 4839933.
HSL color Cylindrical-coordinate representation of color #FDD949: hue angle of 48º 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 #FDD949 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 73 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.01 |
| HSL | 48º | 0.98% | 0.64% | - |
| HSV(B) | 48º | 0.71% | 0.99% | - |
| XYZ | 66.52 | 70.99 | 16.5 | - |
| YUV | 211.35 | 49.93 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 73 | 0 | 0.14 | 0.71 | 0.01 | 48 | 0.98 | 0.64 |
| Hex | FD | D9 | 49 | 0 | E | 47 | 1 | 30 | 62 | 40 |
| Octal | 375 | 331 | 111 | 0 | 16 | 107 | 1 | 60 | 142 | 100 |
| Binary | 11111101 | 11011001 | 1001001 | 0 | 1110 | 1000111 | 1 | 110000 | 1100010 | 1000000 |
Color Harmonies of #FDD949
Complementary color
Monochromatic Colors of #FDD949
Black with #FDD949
Text Example
Text Example
White with #FDD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD949; }
p { color: rgb(253,217,73); }
H1.HeaderClassName
{
color: #FDD949;
}
.AnyTagClassName
{
color: #FDD949;
}
</style>
background-color css
<style>
a { background-color: #FDD949; }
a { background-color: rgb(253,217,73); }
div.DivClassName
{
background-color: #FDD949;
}
.BgClassName
{
background-color: #FDD949;
}
</style>
border-color css
<style>
span { border-color: #FDD949; }
span { border-color: rgb(253,217,73); }
td.TdClassName
{
border-color: #FDD949;
}
.TagClassName
{
border-color: #FDD949;
}
</style>