Shades of Energy Yellow #FDD74D
Tints of Energy Yellow #FDD74D
RGB
CMYK
RGB Variations
Color information
#FDD74D (or 0xFDD74D) is known color: Energy Yellow. HEX triplet: FD, D7 and 4D. RGB value is (253,215,77). Sum of RGB (Red+Green+Blue) = 253+215+77=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD74D is #0228B2. Grayscale: #D3D3D3. Windows color (decimal): -141491 or 5101565. OLE color: 5101565.
HSL color Cylindrical-coordinate representation of color #FDD74D: hue angle of 47.05º 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 #FDD74D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 77 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.01 |
| HSL | 47.05º | 0.98% | 0.65% | - |
| HSV(B) | 47.05º | 0.7% | 0.99% | - |
| XYZ | 66.15 | 70.02 | 17.05 | - |
| YUV | 210.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 77 | 0 | 0.15 | 0.70 | 0.01 | 47.05 | 0.98 | 0.65 |
| Hex | FD | D7 | 4D | 0 | F | 46 | 1 | 2F | 62 | 41 |
| Octal | 375 | 327 | 115 | 0 | 17 | 106 | 1 | 57 | 142 | 101 |
| Binary | 11111101 | 11010111 | 1001101 | 0 | 1111 | 1000110 | 1 | 101111 | 1100010 | 1000001 |
Color Harmonies of #FDD74D
Complementary color
Monochromatic Colors of #FDD74D
Black with #FDD74D
Text Example
Text Example
White with #FDD74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD74D; }
p { color: rgb(253,215,77); }
H1.HeaderClassName
{
color: #FDD74D;
}
.AnyTagClassName
{
color: #FDD74D;
}
</style>
background-color css
<style>
a { background-color: #FDD74D; }
a { background-color: rgb(253,215,77); }
div.DivClassName
{
background-color: #FDD74D;
}
.BgClassName
{
background-color: #FDD74D;
}
</style>
border-color css
<style>
span { border-color: #FDD74D; }
span { border-color: rgb(253,215,77); }
td.TdClassName
{
border-color: #FDD74D;
}
.TagClassName
{
border-color: #FDD74D;
}
</style>