Shades of Energy Yellow #FDD748
Tints of Energy Yellow #FDD748
RGB
CMYK
RGB Variations
Color information
#FDD748 (or 0xFDD748) is known color: Energy Yellow. HEX triplet: FD, D7 and 48. RGB value is (253,215,72). Sum of RGB (Red+Green+Blue) = 253+215+72=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 72 (28.52% from 255 or 13.33% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD748 is #0228B7. Grayscale: #D2D2D2. Windows color (decimal): -141496 or 4773885. OLE color: 4773885.
HSL color Cylindrical-coordinate representation of color #FDD748: hue angle of 47.4º 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 #FDD748 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 72 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.01 |
| HSL | 47.4º | 0.98% | 0.64% | - |
| HSV(B) | 47.4º | 0.72% | 0.99% | - |
| XYZ | 65.98 | 69.95 | 16.16 | - |
| YUV | 210.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 72 | 0 | 0.15 | 0.72 | 0.01 | 47.4 | 0.98 | 0.64 |
| Hex | FD | D7 | 48 | 0 | F | 48 | 1 | 2F | 62 | 40 |
| Octal | 375 | 327 | 110 | 0 | 17 | 110 | 1 | 57 | 142 | 100 |
| Binary | 11111101 | 11010111 | 1001000 | 0 | 1111 | 1001000 | 1 | 101111 | 1100010 | 1000000 |
Color Harmonies of #FDD748
Complementary color
Monochromatic Colors of #FDD748
Black with #FDD748
Text Example
Text Example
White with #FDD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD748; }
p { color: rgb(253,215,72); }
H1.HeaderClassName
{
color: #FDD748;
}
.AnyTagClassName
{
color: #FDD748;
}
</style>
background-color css
<style>
a { background-color: #FDD748; }
a { background-color: rgb(253,215,72); }
div.DivClassName
{
background-color: #FDD748;
}
.BgClassName
{
background-color: #FDD748;
}
</style>
border-color css
<style>
span { border-color: #FDD748; }
span { border-color: rgb(253,215,72); }
td.TdClassName
{
border-color: #FDD748;
}
.TagClassName
{
border-color: #FDD748;
}
</style>