Shades of Energy Yellow #FCDC4B
Tints of Energy Yellow #FCDC4B
RGB
CMYK
RGB Variations
Color information
#FCDC4B (or 0xFCDC4B) is known color: Energy Yellow. HEX triplet: FC, DC and 4B. RGB value is (252,220,75). Sum of RGB (Red+Green+Blue) = 252+220+75=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC4B is #0323B4. Grayscale: #D5D5D5. Windows color (decimal): -205749 or 4971772. OLE color: 4971772.
HSL color Cylindrical-coordinate representation of color #FCDC4B: hue angle of 49.15º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCDC4B is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 75 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.01 |
| HSL | 49.15º | 0.97% | 0.64% | - |
| HSV(B) | 49.15º | 0.7% | 0.99% | - |
| XYZ | 67.01 | 72.39 | 17.1 | - |
| YUV | 213.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 75 | 0 | 0.13 | 0.70 | 0.01 | 49.15 | 0.97 | 0.64 |
| Hex | FC | DC | 4B | 0 | D | 46 | 1 | 31 | 61 | 40 |
| Octal | 374 | 334 | 113 | 0 | 15 | 106 | 1 | 61 | 141 | 100 |
| Binary | 11111100 | 11011100 | 1001011 | 0 | 1101 | 1000110 | 1 | 110001 | 1100001 | 1000000 |
Color Harmonies of #FCDC4B
Complementary color
Monochromatic Colors of #FCDC4B
Black with #FCDC4B
Text Example
Text Example
White with #FCDC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC4B; }
p { color: rgb(252,220,75); }
H1.HeaderClassName
{
color: #FCDC4B;
}
.AnyTagClassName
{
color: #FCDC4B;
}
</style>
background-color css
<style>
a { background-color: #FCDC4B; }
a { background-color: rgb(252,220,75); }
div.DivClassName
{
background-color: #FCDC4B;
}
.BgClassName
{
background-color: #FCDC4B;
}
</style>
border-color css
<style>
span { border-color: #FCDC4B; }
span { border-color: rgb(252,220,75); }
td.TdClassName
{
border-color: #FCDC4B;
}
.TagClassName
{
border-color: #FCDC4B;
}
</style>