Shades of Energy Yellow #FCDC4E
Tints of Energy Yellow #FCDC4E
RGB
CMYK
RGB Variations
Color information
#FCDC4E (or 0xFCDC4E) is known color: Energy Yellow. HEX triplet: FC, DC and 4E. RGB value is (252,220,78). Sum of RGB (Red+Green+Blue) = 252+220+78=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 78 (30.86% from 255 or 14.18% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC4E is #0323B1. Grayscale: #D5D5D5. Windows color (decimal): -205746 or 5168380. OLE color: 5168380.
HSL color Cylindrical-coordinate representation of color #FCDC4E: hue angle of 48.97º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCDC4E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 78 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.01 |
| HSL | 48.97º | 0.97% | 0.65% | - |
| HSV(B) | 48.97º | 0.69% | 0.99% | - |
| XYZ | 67.11 | 72.43 | 17.65 | - |
| YUV | 213.38 | 51.6 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 78 | 0 | 0.13 | 0.69 | 0.01 | 48.97 | 0.97 | 0.65 |
| Hex | FC | DC | 4E | 0 | D | 45 | 1 | 31 | 61 | 41 |
| Octal | 374 | 334 | 116 | 0 | 15 | 105 | 1 | 61 | 141 | 101 |
| Binary | 11111100 | 11011100 | 1001110 | 0 | 1101 | 1000101 | 1 | 110001 | 1100001 | 1000001 |
Color Harmonies of #FCDC4E
Complementary color
Monochromatic Colors of #FCDC4E
Black with #FCDC4E
Text Example
Text Example
White with #FCDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC4E; }
p { color: rgb(252,220,78); }
H1.HeaderClassName
{
color: #FCDC4E;
}
.AnyTagClassName
{
color: #FCDC4E;
}
</style>
background-color css
<style>
a { background-color: #FCDC4E; }
a { background-color: rgb(252,220,78); }
div.DivClassName
{
background-color: #FCDC4E;
}
.BgClassName
{
background-color: #FCDC4E;
}
</style>
border-color css
<style>
span { border-color: #FCDC4E; }
span { border-color: rgb(252,220,78); }
td.TdClassName
{
border-color: #FCDC4E;
}
.TagClassName
{
border-color: #FCDC4E;
}
</style>