Shades of Energy Yellow #FCDF4A
Tints of Energy Yellow #FCDF4A
RGB
CMYK
RGB Variations
Color information
#FCDF4A (or 0xFCDF4A) is known color: Energy Yellow. HEX triplet: FC, DF and 4A. RGB value is (252,223,74). Sum of RGB (Red+Green+Blue) = 252+223+74=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF4A is #0320B5. Grayscale: #D7D7D7. Windows color (decimal): -204982 or 4907004. OLE color: 4907004.
HSL color Cylindrical-coordinate representation of color #FCDF4A: hue angle of 50.22º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCDF4A is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 74 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.01 |
| HSL | 50.22º | 0.97% | 0.64% | - |
| HSV(B) | 50.22º | 0.71% | 0.99% | - |
| XYZ | 67.77 | 73.97 | 17.18 | - |
| YUV | 214.69 | 48.61 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 74 | 0 | 0.12 | 0.71 | 0.01 | 50.22 | 0.97 | 0.64 |
| Hex | FC | DF | 4A | 0 | C | 47 | 1 | 32 | 61 | 40 |
| Octal | 374 | 337 | 112 | 0 | 14 | 107 | 1 | 62 | 141 | 100 |
| Binary | 11111100 | 11011111 | 1001010 | 0 | 1100 | 1000111 | 1 | 110010 | 1100001 | 1000000 |
Color Harmonies of #FCDF4A
Complementary color
Monochromatic Colors of #FCDF4A
Black with #FCDF4A
Text Example
Text Example
White with #FCDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF4A; }
p { color: rgb(252,223,74); }
H1.HeaderClassName
{
color: #FCDF4A;
}
.AnyTagClassName
{
color: #FCDF4A;
}
</style>
background-color css
<style>
a { background-color: #FCDF4A; }
a { background-color: rgb(252,223,74); }
div.DivClassName
{
background-color: #FCDF4A;
}
.BgClassName
{
background-color: #FCDF4A;
}
</style>
border-color css
<style>
span { border-color: #FCDF4A; }
span { border-color: rgb(252,223,74); }
td.TdClassName
{
border-color: #FCDF4A;
}
.TagClassName
{
border-color: #FCDF4A;
}
</style>