Shades of Energy Yellow #FDD84D
Tints of Energy Yellow #FDD84D
RGB
CMYK
RGB Variations
Color information
#FDD84D (or 0xFDD84D) is known color: Energy Yellow. HEX triplet: FD, D8 and 4D. RGB value is (253,216,77). Sum of RGB (Red+Green+Blue) = 253+216+77=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD84D is #0227B2. Grayscale: #D3D3D3. Windows color (decimal): -141235 or 5101821. OLE color: 5101821.
HSL color Cylindrical-coordinate representation of color #FDD84D: hue angle of 47.39º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDD84D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 77 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.01 |
| HSL | 47.39º | 0.98% | 0.65% | - |
| HSV(B) | 47.39º | 0.7% | 0.99% | - |
| XYZ | 66.4 | 70.53 | 17.14 | - |
| YUV | 211.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 77 | 0 | 0.15 | 0.70 | 0.01 | 47.39 | 0.98 | 0.65 |
| Hex | FD | D8 | 4D | 0 | F | 46 | 1 | 2F | 62 | 41 |
| Octal | 375 | 330 | 115 | 0 | 17 | 106 | 1 | 57 | 142 | 101 |
| Binary | 11111101 | 11011000 | 1001101 | 0 | 1111 | 1000110 | 1 | 101111 | 1100010 | 1000001 |
Color Harmonies of #FDD84D
Complementary color
Monochromatic Colors of #FDD84D
Black with #FDD84D
Text Example
Text Example
White with #FDD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD84D; }
p { color: rgb(253,216,77); }
H1.HeaderClassName
{
color: #FDD84D;
}
.AnyTagClassName
{
color: #FDD84D;
}
</style>
background-color css
<style>
a { background-color: #FDD84D; }
a { background-color: rgb(253,216,77); }
div.DivClassName
{
background-color: #FDD84D;
}
.BgClassName
{
background-color: #FDD84D;
}
</style>
border-color css
<style>
span { border-color: #FDD84D; }
span { border-color: rgb(253,216,77); }
td.TdClassName
{
border-color: #FDD84D;
}
.TagClassName
{
border-color: #FDD84D;
}
</style>