Shades of Energy Yellow #FDDC4C
Tints of Energy Yellow #FDDC4C
RGB
CMYK
RGB Variations
Color information
#FDDC4C (or 0xFDDC4C) is known color: Energy Yellow. HEX triplet: FD, DC and 4C. RGB value is (253,220,76). Sum of RGB (Red+Green+Blue) = 253+220+76=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 76 (30.08% from 255 or 13.84% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC4C is #0223B3. Grayscale: #D6D6D6. Windows color (decimal): -140212 or 5037309. OLE color: 5037309.
HSL color Cylindrical-coordinate representation of color #FDDC4C: hue angle of 48.81º 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 #FDDC4C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 76 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.01 |
| HSL | 48.81º | 0.98% | 0.65% | - |
| HSV(B) | 48.81º | 0.7% | 0.99% | - |
| XYZ | 67.41 | 72.59 | 17.3 | - |
| YUV | 213.45 | 50.43 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 76 | 0 | 0.13 | 0.70 | 0.01 | 48.81 | 0.98 | 0.65 |
| Hex | FD | DC | 4C | 0 | D | 46 | 1 | 31 | 62 | 41 |
| Octal | 375 | 334 | 114 | 0 | 15 | 106 | 1 | 61 | 142 | 101 |
| Binary | 11111101 | 11011100 | 1001100 | 0 | 1101 | 1000110 | 1 | 110001 | 1100010 | 1000001 |
Color Harmonies of #FDDC4C
Complementary color
Monochromatic Colors of #FDDC4C
Black with #FDDC4C
Text Example
Text Example
White with #FDDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC4C; }
p { color: rgb(253,220,76); }
H1.HeaderClassName
{
color: #FDDC4C;
}
.AnyTagClassName
{
color: #FDDC4C;
}
</style>
background-color css
<style>
a { background-color: #FDDC4C; }
a { background-color: rgb(253,220,76); }
div.DivClassName
{
background-color: #FDDC4C;
}
.BgClassName
{
background-color: #FDDC4C;
}
</style>
border-color css
<style>
span { border-color: #FDDC4C; }
span { border-color: rgb(253,220,76); }
td.TdClassName
{
border-color: #FDDC4C;
}
.TagClassName
{
border-color: #FDDC4C;
}
</style>