Shades of Energy Yellow #FFDC4A
Tints of Energy Yellow #FFDC4A
RGB
CMYK
RGB Variations
Color information
#FFDC4A (or 0xFFDC4A) is known color: Energy Yellow. HEX triplet: FF, DC and 4A. RGB value is (255,220,74). Sum of RGB (Red+Green+Blue) = 255+220+74=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC4A is #0023B5. Grayscale: #D6D6D6. Windows color (decimal): -9142 or 4906239. OLE color: 4906239.
HSL color Cylindrical-coordinate representation of color #FFDC4A: hue angle of 48.4º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFDC4A is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 74 | - |
| CMYK | 0 | 0.14 | 0.71 | 0 |
| HSL | 48.4º | 1% | 0.65% | - |
| HSV(B) | 48.4º | 0.71% | 1% | - |
| XYZ | 68.07 | 72.94 | 16.97 | - |
| YUV | 213.82 | 49.1 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 74 | 0 | 0.14 | 0.71 | 0 | 48.4 | 1 | 0.65 |
| Hex | FF | DC | 4A | 0 | E | 47 | 0 | 30 | 64 | 41 |
| Octal | 377 | 334 | 112 | 0 | 16 | 107 | 0 | 60 | 144 | 101 |
| Binary | 11111111 | 11011100 | 1001010 | 0 | 1110 | 1000111 | 0 | 110000 | 1100100 | 1000001 |
Color Harmonies of #FFDC4A
Complementary color
Monochromatic Colors of #FFDC4A
Black with #FFDC4A
Text Example
Text Example
White with #FFDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC4A; }
p { color: rgb(255,220,74); }
H1.HeaderClassName
{
color: #FFDC4A;
}
.AnyTagClassName
{
color: #FFDC4A;
}
</style>
background-color css
<style>
a { background-color: #FFDC4A; }
a { background-color: rgb(255,220,74); }
div.DivClassName
{
background-color: #FFDC4A;
}
.BgClassName
{
background-color: #FFDC4A;
}
</style>
border-color css
<style>
span { border-color: #FFDC4A; }
span { border-color: rgb(255,220,74); }
td.TdClassName
{
border-color: #FFDC4A;
}
.TagClassName
{
border-color: #FFDC4A;
}
</style>