Shades of Energy Yellow #FCDF4E
Tints of Energy Yellow #FCDF4E
RGB
CMYK
RGB Variations
Color information
#FCDF4E (or 0xFCDF4E) is known color: Energy Yellow. HEX triplet: FC, DF and 4E. RGB value is (252,223,78). Sum of RGB (Red+Green+Blue) = 252+223+78=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 78 (30.86% from 255 or 14.10% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF4E is #0320B1. Grayscale: #D7D7D7. Windows color (decimal): -204978 or 5169148. OLE color: 5169148.
HSL color Cylindrical-coordinate representation of color #FCDF4E: hue angle of 50º 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 #FCDF4E is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 78 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.01 |
| HSL | 50º | 0.97% | 0.65% | - |
| HSV(B) | 50º | 0.69% | 0.99% | - |
| XYZ | 67.91 | 74.02 | 17.92 | - |
| YUV | 215.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 78 | 0 | 0.12 | 0.69 | 0.01 | 50 | 0.97 | 0.65 |
| Hex | FC | DF | 4E | 0 | C | 45 | 1 | 32 | 61 | 41 |
| Octal | 374 | 337 | 116 | 0 | 14 | 105 | 1 | 62 | 141 | 101 |
| Binary | 11111100 | 11011111 | 1001110 | 0 | 1100 | 1000101 | 1 | 110010 | 1100001 | 1000001 |
Color Harmonies of #FCDF4E
Complementary color
Monochromatic Colors of #FCDF4E
Black with #FCDF4E
Text Example
Text Example
White with #FCDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF4E; }
p { color: rgb(252,223,78); }
H1.HeaderClassName
{
color: #FCDF4E;
}
.AnyTagClassName
{
color: #FCDF4E;
}
</style>
background-color css
<style>
a { background-color: #FCDF4E; }
a { background-color: rgb(252,223,78); }
div.DivClassName
{
background-color: #FCDF4E;
}
.BgClassName
{
background-color: #FCDF4E;
}
</style>
border-color css
<style>
span { border-color: #FCDF4E; }
span { border-color: rgb(252,223,78); }
td.TdClassName
{
border-color: #FCDF4E;
}
.TagClassName
{
border-color: #FCDF4E;
}
</style>