Shades of Energy Yellow #FCD94C
Tints of Energy Yellow #FCD94C
RGB
CMYK
RGB Variations
Color information
#FCD94C (or 0xFCD94C) is known color: Energy Yellow. HEX triplet: FC, D9 and 4C. RGB value is (252,217,76). Sum of RGB (Red+Green+Blue) = 252+217+76=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 76 (30.08% from 255 or 13.94% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD94C is #0326B3. Grayscale: #D3D3D3. Windows color (decimal): -206516 or 5036540. OLE color: 5036540.
HSL color Cylindrical-coordinate representation of color #FCD94C: hue angle of 48.07º 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 #FCD94C is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 76 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.01 |
| HSL | 48.07º | 0.97% | 0.64% | - |
| HSV(B) | 48.07º | 0.7% | 0.99% | - |
| XYZ | 66.26 | 70.84 | 17.02 | - |
| YUV | 211.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 76 | 0 | 0.14 | 0.70 | 0.01 | 48.07 | 0.97 | 0.64 |
| Hex | FC | D9 | 4C | 0 | E | 46 | 1 | 30 | 61 | 40 |
| Octal | 374 | 331 | 114 | 0 | 16 | 106 | 1 | 60 | 141 | 100 |
| Binary | 11111100 | 11011001 | 1001100 | 0 | 1110 | 1000110 | 1 | 110000 | 1100001 | 1000000 |
Color Harmonies of #FCD94C
Complementary color
Monochromatic Colors of #FCD94C
Black with #FCD94C
Text Example
Text Example
White with #FCD94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD94C; }
p { color: rgb(252,217,76); }
H1.HeaderClassName
{
color: #FCD94C;
}
.AnyTagClassName
{
color: #FCD94C;
}
</style>
background-color css
<style>
a { background-color: #FCD94C; }
a { background-color: rgb(252,217,76); }
div.DivClassName
{
background-color: #FCD94C;
}
.BgClassName
{
background-color: #FCD94C;
}
</style>
border-color css
<style>
span { border-color: #FCD94C; }
span { border-color: rgb(252,217,76); }
td.TdClassName
{
border-color: #FCD94C;
}
.TagClassName
{
border-color: #FCD94C;
}
</style>