Shades of Energy Yellow #FDDD4B
Tints of Energy Yellow #FDDD4B
RGB
CMYK
RGB Variations
Color information
#FDDD4B (or 0xFDDD4B) is known color: Energy Yellow. HEX triplet: FD, DD and 4B. RGB value is (253,221,75). Sum of RGB (Red+Green+Blue) = 253+221+75=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 75 (29.69% from 255 or 13.66% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD4B is #0222B4. Grayscale: #D6D6D6. Windows color (decimal): -139957 or 4972029. OLE color: 4972029.
HSL color Cylindrical-coordinate representation of color #FDDD4B: hue angle of 49.21º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDDD4B is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 75 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.01 |
| HSL | 49.21º | 0.98% | 0.64% | - |
| HSV(B) | 49.21º | 0.7% | 0.99% | - |
| XYZ | 67.63 | 73.1 | 17.2 | - |
| YUV | 213.92 | 49.6 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 75 | 0 | 0.13 | 0.70 | 0.01 | 49.21 | 0.98 | 0.64 |
| Hex | FD | DD | 4B | 0 | D | 46 | 1 | 31 | 62 | 40 |
| Octal | 375 | 335 | 113 | 0 | 15 | 106 | 1 | 61 | 142 | 100 |
| Binary | 11111101 | 11011101 | 1001011 | 0 | 1101 | 1000110 | 1 | 110001 | 1100010 | 1000000 |
Color Harmonies of #FDDD4B
Complementary color
Monochromatic Colors of #FDDD4B
Black with #FDDD4B
Text Example
Text Example
White with #FDDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD4B; }
p { color: rgb(253,221,75); }
H1.HeaderClassName
{
color: #FDDD4B;
}
.AnyTagClassName
{
color: #FDDD4B;
}
</style>
background-color css
<style>
a { background-color: #FDDD4B; }
a { background-color: rgb(253,221,75); }
div.DivClassName
{
background-color: #FDDD4B;
}
.BgClassName
{
background-color: #FDDD4B;
}
</style>
border-color css
<style>
span { border-color: #FDDD4B; }
span { border-color: rgb(253,221,75); }
td.TdClassName
{
border-color: #FDDD4B;
}
.TagClassName
{
border-color: #FDDD4B;
}
</style>