Shades of Energy Yellow #FDD749
Tints of Energy Yellow #FDD749
RGB
CMYK
RGB Variations
Color information
#FDD749 (or 0xFDD749) is known color: Energy Yellow. HEX triplet: FD, D7 and 49. RGB value is (253,215,73). Sum of RGB (Red+Green+Blue) = 253+215+73=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 73 (28.91% from 255 or 13.49% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD749 is #0228B6. Grayscale: #D2D2D2. Windows color (decimal): -141495 or 4839421. OLE color: 4839421.
HSL color Cylindrical-coordinate representation of color #FDD749: hue angle of 47.33º 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 #FDD749 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 73 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.01 |
| HSL | 47.33º | 0.98% | 0.64% | - |
| HSV(B) | 47.33º | 0.71% | 0.99% | - |
| XYZ | 66.01 | 69.96 | 16.33 | - |
| YUV | 210.17 | 50.59 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 73 | 0 | 0.15 | 0.71 | 0.01 | 47.33 | 0.98 | 0.64 |
| Hex | FD | D7 | 49 | 0 | F | 47 | 1 | 2F | 62 | 40 |
| Octal | 375 | 327 | 111 | 0 | 17 | 107 | 1 | 57 | 142 | 100 |
| Binary | 11111101 | 11010111 | 1001001 | 0 | 1111 | 1000111 | 1 | 101111 | 1100010 | 1000000 |
Color Harmonies of #FDD749
Complementary color
Monochromatic Colors of #FDD749
Black with #FDD749
Text Example
Text Example
White with #FDD749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD749; }
p { color: rgb(253,215,73); }
H1.HeaderClassName
{
color: #FDD749;
}
.AnyTagClassName
{
color: #FDD749;
}
</style>
background-color css
<style>
a { background-color: #FDD749; }
a { background-color: rgb(253,215,73); }
div.DivClassName
{
background-color: #FDD749;
}
.BgClassName
{
background-color: #FDD749;
}
</style>
border-color css
<style>
span { border-color: #FDD749; }
span { border-color: rgb(253,215,73); }
td.TdClassName
{
border-color: #FDD749;
}
.TagClassName
{
border-color: #FDD749;
}
</style>