Shades of Energy Yellow #FCDC4A
Tints of Energy Yellow #FCDC4A
RGB
CMYK
RGB Variations
Color information
#FCDC4A (or 0xFCDC4A) is known color: Energy Yellow. HEX triplet: FC, DC and 4A. RGB value is (252,220,74). Sum of RGB (Red+Green+Blue) = 252+220+74=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC4A is #0323B5. Grayscale: #D5D5D5. Windows color (decimal): -205750 or 4906236. OLE color: 4906236.
HSL color Cylindrical-coordinate representation of color #FCDC4A: hue angle of 49.21º 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 #FCDC4A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 74 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.01 |
| HSL | 49.21º | 0.97% | 0.64% | - |
| HSV(B) | 49.21º | 0.71% | 0.99% | - |
| XYZ | 66.97 | 72.38 | 16.92 | - |
| YUV | 212.92 | 49.6 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 74 | 0 | 0.13 | 0.71 | 0.01 | 49.21 | 0.97 | 0.64 |
| Hex | FC | DC | 4A | 0 | D | 47 | 1 | 31 | 61 | 40 |
| Octal | 374 | 334 | 112 | 0 | 15 | 107 | 1 | 61 | 141 | 100 |
| Binary | 11111100 | 11011100 | 1001010 | 0 | 1101 | 1000111 | 1 | 110001 | 1100001 | 1000000 |
Color Harmonies of #FCDC4A
Complementary color
Monochromatic Colors of #FCDC4A
Black with #FCDC4A
Text Example
Text Example
White with #FCDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC4A; }
p { color: rgb(252,220,74); }
H1.HeaderClassName
{
color: #FCDC4A;
}
.AnyTagClassName
{
color: #FCDC4A;
}
</style>
background-color css
<style>
a { background-color: #FCDC4A; }
a { background-color: rgb(252,220,74); }
div.DivClassName
{
background-color: #FCDC4A;
}
.BgClassName
{
background-color: #FCDC4A;
}
</style>
border-color css
<style>
span { border-color: #FCDC4A; }
span { border-color: rgb(252,220,74); }
td.TdClassName
{
border-color: #FCDC4A;
}
.TagClassName
{
border-color: #FCDC4A;
}
</style>