Shades of Energy Yellow #FDDD46
Tints of Energy Yellow #FDDD46
RGB
CMYK
RGB Variations
Color information
#FDDD46 (or 0xFDDD46) is known color: Energy Yellow. HEX triplet: FD, DD and 46. RGB value is (253,221,70). Sum of RGB (Red+Green+Blue) = 253+221+70=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 70 (27.73% from 255 or 12.87% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD46 is #0222B9. Grayscale: #D5D5D5. Windows color (decimal): -139962 or 4644349. OLE color: 4644349.
HSL color Cylindrical-coordinate representation of color #FDDD46: hue angle of 49.51º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDDD46 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 70 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.01 |
| HSL | 49.51º | 0.98% | 0.63% | - |
| HSV(B) | 49.51º | 0.72% | 0.99% | - |
| XYZ | 67.47 | 73.04 | 16.34 | - |
| YUV | 213.35 | 47.1 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 70 | 0 | 0.13 | 0.72 | 0.01 | 49.51 | 0.98 | 0.63 |
| Hex | FD | DD | 46 | 0 | D | 48 | 1 | 32 | 62 | 3F |
| Octal | 375 | 335 | 106 | 0 | 15 | 110 | 1 | 62 | 142 | 77 |
| Binary | 11111101 | 11011101 | 1000110 | 0 | 1101 | 1001000 | 1 | 110010 | 1100010 | 111111 |
Color Harmonies of #FDDD46
Complementary color
Monochromatic Colors of #FDDD46
Black with #FDDD46
Text Example
Text Example
White with #FDDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD46; }
p { color: rgb(253,221,70); }
H1.HeaderClassName
{
color: #FDDD46;
}
.AnyTagClassName
{
color: #FDDD46;
}
</style>
background-color css
<style>
a { background-color: #FDDD46; }
a { background-color: rgb(253,221,70); }
div.DivClassName
{
background-color: #FDDD46;
}
.BgClassName
{
background-color: #FDDD46;
}
</style>
border-color css
<style>
span { border-color: #FDDD46; }
span { border-color: rgb(253,221,70); }
td.TdClassName
{
border-color: #FDDD46;
}
.TagClassName
{
border-color: #FDDD46;
}
</style>