Shades of Energy Yellow #FCD64E
Tints of Energy Yellow #FCD64E
RGB
CMYK
RGB Variations
Color information
#FCD64E (or 0xFCD64E) is known color: Energy Yellow. HEX triplet: FC, D6 and 4E. RGB value is (252,214,78). Sum of RGB (Red+Green+Blue) = 252+214+78=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 78 (30.86% from 255 or 14.34% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD64E is #0329B1. Grayscale: #D2D2D2. Windows color (decimal): -207282 or 5166844. OLE color: 5166844.
HSL color Cylindrical-coordinate representation of color #FCD64E: hue angle of 46.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 #FCD64E is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 78 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.01 |
| HSL | 46.9º | 0.97% | 0.65% | - |
| HSV(B) | 46.9º | 0.69% | 0.99% | - |
| XYZ | 65.57 | 69.34 | 17.14 | - |
| YUV | 209.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 78 | 0 | 0.15 | 0.69 | 0.01 | 46.9 | 0.97 | 0.65 |
| Hex | FC | D6 | 4E | 0 | F | 45 | 1 | 2F | 61 | 41 |
| Octal | 374 | 326 | 116 | 0 | 17 | 105 | 1 | 57 | 141 | 101 |
| Binary | 11111100 | 11010110 | 1001110 | 0 | 1111 | 1000101 | 1 | 101111 | 1100001 | 1000001 |
Color Harmonies of #FCD64E
Complementary color
Monochromatic Colors of #FCD64E
Black with #FCD64E
Text Example
Text Example
White with #FCD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD64E; }
p { color: rgb(252,214,78); }
H1.HeaderClassName
{
color: #FCD64E;
}
.AnyTagClassName
{
color: #FCD64E;
}
</style>
background-color css
<style>
a { background-color: #FCD64E; }
a { background-color: rgb(252,214,78); }
div.DivClassName
{
background-color: #FCD64E;
}
.BgClassName
{
background-color: #FCD64E;
}
</style>
border-color css
<style>
span { border-color: #FCD64E; }
span { border-color: rgb(252,214,78); }
td.TdClassName
{
border-color: #FCD64E;
}
.TagClassName
{
border-color: #FCD64E;
}
</style>