Shades of Energy Yellow #FCD94D
Tints of Energy Yellow #FCD94D
RGB
CMYK
RGB Variations
Color information
#FCD94D (or 0xFCD94D) is known color: Energy Yellow. HEX triplet: FC, D9 and 4D. RGB value is (252,217,77). Sum of RGB (Red+Green+Blue) = 252+217+77=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD94D is #0326B2. Grayscale: #D4D4D4. Windows color (decimal): -206515 or 5102076. OLE color: 5102076.
HSL color Cylindrical-coordinate representation of color #FCD94D: hue angle of 48º 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 #FCD94D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 77 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.01 |
| HSL | 48º | 0.97% | 0.65% | - |
| HSV(B) | 48º | 0.69% | 0.99% | - |
| XYZ | 66.3 | 70.86 | 17.2 | - |
| YUV | 211.51 | 52.1 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 77 | 0 | 0.14 | 0.69 | 0.01 | 48 | 0.97 | 0.65 |
| Hex | FC | D9 | 4D | 0 | E | 45 | 1 | 30 | 61 | 41 |
| Octal | 374 | 331 | 115 | 0 | 16 | 105 | 1 | 60 | 141 | 101 |
| Binary | 11111100 | 11011001 | 1001101 | 0 | 1110 | 1000101 | 1 | 110000 | 1100001 | 1000001 |
Color Harmonies of #FCD94D
Complementary color
Monochromatic Colors of #FCD94D
Black with #FCD94D
Text Example
Text Example
White with #FCD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD94D; }
p { color: rgb(252,217,77); }
H1.HeaderClassName
{
color: #FCD94D;
}
.AnyTagClassName
{
color: #FCD94D;
}
</style>
background-color css
<style>
a { background-color: #FCD94D; }
a { background-color: rgb(252,217,77); }
div.DivClassName
{
background-color: #FCD94D;
}
.BgClassName
{
background-color: #FCD94D;
}
</style>
border-color css
<style>
span { border-color: #FCD94D; }
span { border-color: rgb(252,217,77); }
td.TdClassName
{
border-color: #FCD94D;
}
.TagClassName
{
border-color: #FCD94D;
}
</style>