Shades of Energy Yellow #FCD64D
Tints of Energy Yellow #FCD64D
RGB
CMYK
RGB Variations
Color information
#FCD64D (or 0xFCD64D) is known color: Energy Yellow. HEX triplet: FC, D6 and 4D. RGB value is (252,214,77). Sum of RGB (Red+Green+Blue) = 252+214+77=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 77 (30.47% from 255 or 14.18% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD64D is #0329B2. Grayscale: #D2D2D2. Windows color (decimal): -207283 or 5101308. OLE color: 5101308.
HSL color Cylindrical-coordinate representation of color #FCD64D: hue angle of 46.97º 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 #FCD64D is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 77 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.01 |
| HSL | 46.97º | 0.97% | 0.65% | - |
| HSV(B) | 46.97º | 0.69% | 0.99% | - |
| XYZ | 65.53 | 69.32 | 16.95 | - |
| YUV | 209.74 | 53.09 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 77 | 0 | 0.15 | 0.69 | 0.01 | 46.97 | 0.97 | 0.65 |
| Hex | FC | D6 | 4D | 0 | F | 45 | 1 | 2F | 61 | 41 |
| Octal | 374 | 326 | 115 | 0 | 17 | 105 | 1 | 57 | 141 | 101 |
| Binary | 11111100 | 11010110 | 1001101 | 0 | 1111 | 1000101 | 1 | 101111 | 1100001 | 1000001 |
Color Harmonies of #FCD64D
Complementary color
Monochromatic Colors of #FCD64D
Black with #FCD64D
Text Example
Text Example
White with #FCD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD64D; }
p { color: rgb(252,214,77); }
H1.HeaderClassName
{
color: #FCD64D;
}
.AnyTagClassName
{
color: #FCD64D;
}
</style>
background-color css
<style>
a { background-color: #FCD64D; }
a { background-color: rgb(252,214,77); }
div.DivClassName
{
background-color: #FCD64D;
}
.BgClassName
{
background-color: #FCD64D;
}
</style>
border-color css
<style>
span { border-color: #FCD64D; }
span { border-color: rgb(252,214,77); }
td.TdClassName
{
border-color: #FCD64D;
}
.TagClassName
{
border-color: #FCD64D;
}
</style>