Shades of Energy Yellow #FDDD4C
Tints of Energy Yellow #FDDD4C
RGB
CMYK
RGB Variations
Color information
#FDDD4C (or 0xFDDD4C) is known color: Energy Yellow. HEX triplet: FD, DD and 4C. RGB value is (253,221,76). Sum of RGB (Red+Green+Blue) = 253+221+76=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 76 (30.08% from 255 or 13.82% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD4C is #0222B3. Grayscale: #D6D6D6. Windows color (decimal): -139956 or 5037565. OLE color: 5037565.
HSL color Cylindrical-coordinate representation of color #FDDD4C: hue angle of 49.15º 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 #FDDD4C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 76 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.01 |
| HSL | 49.15º | 0.98% | 0.65% | - |
| HSV(B) | 49.15º | 0.7% | 0.99% | - |
| XYZ | 67.67 | 73.12 | 17.38 | - |
| YUV | 214.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 76 | 0 | 0.13 | 0.70 | 0.01 | 49.15 | 0.98 | 0.65 |
| Hex | FD | DD | 4C | 0 | D | 46 | 1 | 31 | 62 | 41 |
| Octal | 375 | 335 | 114 | 0 | 15 | 106 | 1 | 61 | 142 | 101 |
| Binary | 11111101 | 11011101 | 1001100 | 0 | 1101 | 1000110 | 1 | 110001 | 1100010 | 1000001 |
Color Harmonies of #FDDD4C
Complementary color
Monochromatic Colors of #FDDD4C
Black with #FDDD4C
Text Example
Text Example
White with #FDDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD4C; }
p { color: rgb(253,221,76); }
H1.HeaderClassName
{
color: #FDDD4C;
}
.AnyTagClassName
{
color: #FDDD4C;
}
</style>
background-color css
<style>
a { background-color: #FDDD4C; }
a { background-color: rgb(253,221,76); }
div.DivClassName
{
background-color: #FDDD4C;
}
.BgClassName
{
background-color: #FDDD4C;
}
</style>
border-color css
<style>
span { border-color: #FDDD4C; }
span { border-color: rgb(253,221,76); }
td.TdClassName
{
border-color: #FDDD4C;
}
.TagClassName
{
border-color: #FDDD4C;
}
</style>