Shades of Energy Yellow #FDD746
Tints of Energy Yellow #FDD746
RGB
CMYK
RGB Variations
Color information
#FDD746 (or 0xFDD746) is known color: Energy Yellow. HEX triplet: FD, D7 and 46. RGB value is (253,215,70). Sum of RGB (Red+Green+Blue) = 253+215+70=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 70 (27.73% from 255 or 13.01% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD746 is #0228B9. Grayscale: #D2D2D2. Windows color (decimal): -141498 or 4642813. OLE color: 4642813.
HSL color Cylindrical-coordinate representation of color #FDD746: hue angle of 47.54º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDD746 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 70 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.01 |
| HSL | 47.54º | 0.98% | 0.63% | - |
| HSV(B) | 47.54º | 0.72% | 0.99% | - |
| XYZ | 65.91 | 69.93 | 15.82 | - |
| YUV | 209.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 70 | 0 | 0.15 | 0.72 | 0.01 | 47.54 | 0.98 | 0.63 |
| Hex | FD | D7 | 46 | 0 | F | 48 | 1 | 30 | 62 | 3F |
| Octal | 375 | 327 | 106 | 0 | 17 | 110 | 1 | 60 | 142 | 77 |
| Binary | 11111101 | 11010111 | 1000110 | 0 | 1111 | 1001000 | 1 | 110000 | 1100010 | 111111 |
Color Harmonies of #FDD746
Complementary color
Monochromatic Colors of #FDD746
Black with #FDD746
Text Example
Text Example
White with #FDD746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD746; }
p { color: rgb(253,215,70); }
H1.HeaderClassName
{
color: #FDD746;
}
.AnyTagClassName
{
color: #FDD746;
}
</style>
background-color css
<style>
a { background-color: #FDD746; }
a { background-color: rgb(253,215,70); }
div.DivClassName
{
background-color: #FDD746;
}
.BgClassName
{
background-color: #FDD746;
}
</style>
border-color css
<style>
span { border-color: #FDD746; }
span { border-color: rgb(253,215,70); }
td.TdClassName
{
border-color: #FDD746;
}
.TagClassName
{
border-color: #FDD746;
}
</style>