Shades of Energy Yellow #FDD64D
Tints of Energy Yellow #FDD64D
RGB
CMYK
RGB Variations
Color information
#FDD64D (or 0xFDD64D) is known color: Energy Yellow. HEX triplet: FD, D6 and 4D. RGB value is (253,214,77). Sum of RGB (Red+Green+Blue) = 253+214+77=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD64D is #0229B2. Grayscale: #D2D2D2. Windows color (decimal): -141747 or 5101309. OLE color: 5101309.
HSL color Cylindrical-coordinate representation of color #FDD64D: hue angle of 46.7º 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 #FDD64D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 77 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.01 |
| HSL | 46.7º | 0.98% | 0.65% | - |
| HSV(B) | 46.7º | 0.7% | 0.99% | - |
| XYZ | 65.89 | 69.51 | 16.97 | - |
| YUV | 210.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 77 | 0 | 0.15 | 0.70 | 0.01 | 46.7 | 0.98 | 0.65 |
| Hex | FD | D6 | 4D | 0 | F | 46 | 1 | 2F | 62 | 41 |
| Octal | 375 | 326 | 115 | 0 | 17 | 106 | 1 | 57 | 142 | 101 |
| Binary | 11111101 | 11010110 | 1001101 | 0 | 1111 | 1000110 | 1 | 101111 | 1100010 | 1000001 |
Color Harmonies of #FDD64D
Complementary color
Monochromatic Colors of #FDD64D
Black with #FDD64D
Text Example
Text Example
White with #FDD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD64D; }
p { color: rgb(253,214,77); }
H1.HeaderClassName
{
color: #FDD64D;
}
.AnyTagClassName
{
color: #FDD64D;
}
</style>
background-color css
<style>
a { background-color: #FDD64D; }
a { background-color: rgb(253,214,77); }
div.DivClassName
{
background-color: #FDD64D;
}
.BgClassName
{
background-color: #FDD64D;
}
</style>
border-color css
<style>
span { border-color: #FDD64D; }
span { border-color: rgb(253,214,77); }
td.TdClassName
{
border-color: #FDD64D;
}
.TagClassName
{
border-color: #FDD64D;
}
</style>