Shades of Energy Yellow #FDD84F
Tints of Energy Yellow #FDD84F
RGB
CMYK
RGB Variations
Color information
#FDD84F (or 0xFDD84F) is known color: Energy Yellow. HEX triplet: FD, D8 and 4F. RGB value is (253,216,79). Sum of RGB (Red+Green+Blue) = 253+216+79=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 79 (31.25% from 255 or 14.42% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD84F is #0227B0. Grayscale: #D4D4D4. Windows color (decimal): -141233 or 5232893. OLE color: 5232893.
HSL color Cylindrical-coordinate representation of color #FDD84F: hue angle of 47.24º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDD84F is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 79 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.01 |
| HSL | 47.24º | 0.98% | 0.65% | - |
| HSV(B) | 47.24º | 0.69% | 0.99% | - |
| XYZ | 66.48 | 70.56 | 17.51 | - |
| YUV | 211.45 | 53.26 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 79 | 0 | 0.15 | 0.69 | 0.01 | 47.24 | 0.98 | 0.65 |
| Hex | FD | D8 | 4F | 0 | F | 45 | 1 | 2F | 62 | 41 |
| Octal | 375 | 330 | 117 | 0 | 17 | 105 | 1 | 57 | 142 | 101 |
| Binary | 11111101 | 11011000 | 1001111 | 0 | 1111 | 1000101 | 1 | 101111 | 1100010 | 1000001 |
Color Harmonies of #FDD84F
Complementary color
Monochromatic Colors of #FDD84F
Black with #FDD84F
Text Example
Text Example
White with #FDD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD84F; }
p { color: rgb(253,216,79); }
H1.HeaderClassName
{
color: #FDD84F;
}
.AnyTagClassName
{
color: #FDD84F;
}
</style>
background-color css
<style>
a { background-color: #FDD84F; }
a { background-color: rgb(253,216,79); }
div.DivClassName
{
background-color: #FDD84F;
}
.BgClassName
{
background-color: #FDD84F;
}
</style>
border-color css
<style>
span { border-color: #FDD84F; }
span { border-color: rgb(253,216,79); }
td.TdClassName
{
border-color: #FDD84F;
}
.TagClassName
{
border-color: #FDD84F;
}
</style>