Shades of Energy Yellow #FCD64A
Tints of Energy Yellow #FCD64A
RGB
CMYK
RGB Variations
Color information
#FCD64A (or 0xFCD64A) is known color: Energy Yellow. HEX triplet: FC, D6 and 4A. RGB value is (252,214,74). Sum of RGB (Red+Green+Blue) = 252+214+74=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD64A is #0329B5. Grayscale: #D2D2D2. Windows color (decimal): -207286 or 4904700. OLE color: 4904700.
HSL color Cylindrical-coordinate representation of color #FCD64A: hue angle of 47.19º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCD64A is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 74 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.01 |
| HSL | 47.19º | 0.97% | 0.64% | - |
| HSV(B) | 47.19º | 0.71% | 0.99% | - |
| XYZ | 65.43 | 69.28 | 16.4 | - |
| YUV | 209.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 74 | 0 | 0.15 | 0.71 | 0.01 | 47.19 | 0.97 | 0.64 |
| Hex | FC | D6 | 4A | 0 | F | 47 | 1 | 2F | 61 | 40 |
| Octal | 374 | 326 | 112 | 0 | 17 | 107 | 1 | 57 | 141 | 100 |
| Binary | 11111100 | 11010110 | 1001010 | 0 | 1111 | 1000111 | 1 | 101111 | 1100001 | 1000000 |
Color Harmonies of #FCD64A
Complementary color
Monochromatic Colors of #FCD64A
Black with #FCD64A
Text Example
Text Example
White with #FCD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD64A; }
p { color: rgb(252,214,74); }
H1.HeaderClassName
{
color: #FCD64A;
}
.AnyTagClassName
{
color: #FCD64A;
}
</style>
background-color css
<style>
a { background-color: #FCD64A; }
a { background-color: rgb(252,214,74); }
div.DivClassName
{
background-color: #FCD64A;
}
.BgClassName
{
background-color: #FCD64A;
}
</style>
border-color css
<style>
span { border-color: #FCD64A; }
span { border-color: rgb(252,214,74); }
td.TdClassName
{
border-color: #FCD64A;
}
.TagClassName
{
border-color: #FCD64A;
}
</style>