Shades of Energy Yellow #FDD947
Tints of Energy Yellow #FDD947
RGB
CMYK
RGB Variations
Color information
#FDD947 (or 0xFDD947) is known color: Energy Yellow. HEX triplet: FD, D9 and 47. RGB value is (253,217,71). Sum of RGB (Red+Green+Blue) = 253+217+71=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 71 (28.12% from 255 or 13.12% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD947 is #0226B8. Grayscale: #D3D3D3. Windows color (decimal): -140985 or 4708861. OLE color: 4708861.
HSL color Cylindrical-coordinate representation of color #FDD947: hue angle of 48.13º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDD947 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 71 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.01 |
| HSL | 48.13º | 0.98% | 0.64% | - |
| HSV(B) | 48.13º | 0.72% | 0.99% | - |
| XYZ | 66.46 | 70.96 | 16.16 | - |
| YUV | 211.12 | 48.93 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 71 | 0 | 0.14 | 0.72 | 0.01 | 48.13 | 0.98 | 0.64 |
| Hex | FD | D9 | 47 | 0 | E | 48 | 1 | 30 | 62 | 40 |
| Octal | 375 | 331 | 107 | 0 | 16 | 110 | 1 | 60 | 142 | 100 |
| Binary | 11111101 | 11011001 | 1000111 | 0 | 1110 | 1001000 | 1 | 110000 | 1100010 | 1000000 |
Color Harmonies of #FDD947
Complementary color
Monochromatic Colors of #FDD947
Black with #FDD947
Text Example
Text Example
White with #FDD947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD947; }
p { color: rgb(253,217,71); }
H1.HeaderClassName
{
color: #FDD947;
}
.AnyTagClassName
{
color: #FDD947;
}
</style>
background-color css
<style>
a { background-color: #FDD947; }
a { background-color: rgb(253,217,71); }
div.DivClassName
{
background-color: #FDD947;
}
.BgClassName
{
background-color: #FDD947;
}
</style>
border-color css
<style>
span { border-color: #FDD947; }
span { border-color: rgb(253,217,71); }
td.TdClassName
{
border-color: #FDD947;
}
.TagClassName
{
border-color: #FDD947;
}
</style>