Shades of Energy Yellow #FDDF49
Tints of Energy Yellow #FDDF49
RGB
CMYK
RGB Variations
Color information
#FDDF49 (or 0xFDDF49) is known color: Energy Yellow. HEX triplet: FD, DF and 49. RGB value is (253,223,73). Sum of RGB (Red+Green+Blue) = 253+223+73=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 73 (28.91% from 255 or 13.30% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF49 is #0220B6. Grayscale: #D7D7D7. Windows color (decimal): -139447 or 4841469. OLE color: 4841469.
HSL color Cylindrical-coordinate representation of color #FDDF49: hue angle of 50º 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 #FDDF49 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 73 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.01 |
| HSL | 50º | 0.98% | 0.64% | - |
| HSV(B) | 50º | 0.71% | 0.99% | - |
| XYZ | 68.1 | 74.14 | 17.02 | - |
| YUV | 214.87 | 47.94 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 73 | 0 | 0.12 | 0.71 | 0.01 | 50 | 0.98 | 0.64 |
| Hex | FD | DF | 49 | 0 | C | 47 | 1 | 32 | 62 | 40 |
| Octal | 375 | 337 | 111 | 0 | 14 | 107 | 1 | 62 | 142 | 100 |
| Binary | 11111101 | 11011111 | 1001001 | 0 | 1100 | 1000111 | 1 | 110010 | 1100010 | 1000000 |
Color Harmonies of #FDDF49
Complementary color
Monochromatic Colors of #FDDF49
Black with #FDDF49
Text Example
Text Example
White with #FDDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF49; }
p { color: rgb(253,223,73); }
H1.HeaderClassName
{
color: #FDDF49;
}
.AnyTagClassName
{
color: #FDDF49;
}
</style>
background-color css
<style>
a { background-color: #FDDF49; }
a { background-color: rgb(253,223,73); }
div.DivClassName
{
background-color: #FDDF49;
}
.BgClassName
{
background-color: #FDDF49;
}
</style>
border-color css
<style>
span { border-color: #FDDF49; }
span { border-color: rgb(253,223,73); }
td.TdClassName
{
border-color: #FDDF49;
}
.TagClassName
{
border-color: #FDDF49;
}
</style>