Shades of Energy Yellow #FDD94A
Tints of Energy Yellow #FDD94A
RGB
CMYK
RGB Variations
Color information
#FDD94A (or 0xFDD94A) is known color: Energy Yellow. HEX triplet: FD, D9 and 4A. RGB value is (253,217,74). Sum of RGB (Red+Green+Blue) = 253+217+74=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD94A is #0226B5. Grayscale: #D4D4D4. Windows color (decimal): -140982 or 4905469. OLE color: 4905469.
HSL color Cylindrical-coordinate representation of color #FDD94A: hue angle of 47.93º 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 #FDD94A is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 74 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.01 |
| HSL | 47.93º | 0.98% | 0.64% | - |
| HSV(B) | 47.93º | 0.71% | 0.99% | - |
| XYZ | 66.56 | 71 | 16.68 | - |
| YUV | 211.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 74 | 0 | 0.14 | 0.71 | 0.01 | 47.93 | 0.98 | 0.64 |
| Hex | FD | D9 | 4A | 0 | E | 47 | 1 | 30 | 62 | 40 |
| Octal | 375 | 331 | 112 | 0 | 16 | 107 | 1 | 60 | 142 | 100 |
| Binary | 11111101 | 11011001 | 1001010 | 0 | 1110 | 1000111 | 1 | 110000 | 1100010 | 1000000 |
Color Harmonies of #FDD94A
Complementary color
Monochromatic Colors of #FDD94A
Black with #FDD94A
Text Example
Text Example
White with #FDD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD94A; }
p { color: rgb(253,217,74); }
H1.HeaderClassName
{
color: #FDD94A;
}
.AnyTagClassName
{
color: #FDD94A;
}
</style>
background-color css
<style>
a { background-color: #FDD94A; }
a { background-color: rgb(253,217,74); }
div.DivClassName
{
background-color: #FDD94A;
}
.BgClassName
{
background-color: #FDD94A;
}
</style>
border-color css
<style>
span { border-color: #FDD94A; }
span { border-color: rgb(253,217,74); }
td.TdClassName
{
border-color: #FDD94A;
}
.TagClassName
{
border-color: #FDD94A;
}
</style>