Shades of Energy Yellow #FCDC4F
Tints of Energy Yellow #FCDC4F
RGB
CMYK
RGB Variations
Color information
#FCDC4F (or 0xFCDC4F) is known color: Energy Yellow. HEX triplet: FC, DC and 4F. RGB value is (252,220,79). Sum of RGB (Red+Green+Blue) = 252+220+79=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 79 (31.25% from 255 or 14.34% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC4F is #0323B0. Grayscale: #D6D6D6. Windows color (decimal): -205745 or 5233916. OLE color: 5233916.
HSL color Cylindrical-coordinate representation of color #FCDC4F: hue angle of 48.9º 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 #FCDC4F is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 79 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.01 |
| HSL | 48.9º | 0.97% | 0.65% | - |
| HSV(B) | 48.9º | 0.69% | 0.99% | - |
| XYZ | 67.15 | 72.45 | 17.84 | - |
| YUV | 213.49 | 52.1 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 79 | 0 | 0.13 | 0.69 | 0.01 | 48.9 | 0.97 | 0.65 |
| Hex | FC | DC | 4F | 0 | D | 45 | 1 | 31 | 61 | 41 |
| Octal | 374 | 334 | 117 | 0 | 15 | 105 | 1 | 61 | 141 | 101 |
| Binary | 11111100 | 11011100 | 1001111 | 0 | 1101 | 1000101 | 1 | 110001 | 1100001 | 1000001 |
Color Harmonies of #FCDC4F
Complementary color
Monochromatic Colors of #FCDC4F
Black with #FCDC4F
Text Example
Text Example
White with #FCDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC4F; }
p { color: rgb(252,220,79); }
H1.HeaderClassName
{
color: #FCDC4F;
}
.AnyTagClassName
{
color: #FCDC4F;
}
</style>
background-color css
<style>
a { background-color: #FCDC4F; }
a { background-color: rgb(252,220,79); }
div.DivClassName
{
background-color: #FCDC4F;
}
.BgClassName
{
background-color: #FCDC4F;
}
</style>
border-color css
<style>
span { border-color: #FCDC4F; }
span { border-color: rgb(252,220,79); }
td.TdClassName
{
border-color: #FCDC4F;
}
.TagClassName
{
border-color: #FCDC4F;
}
</style>