Shades of Energy Yellow #FCD54A
Tints of Energy Yellow #FCD54A
RGB
CMYK
RGB Variations
Color information
#FCD54A (or 0xFCD54A) is known color: Energy Yellow. HEX triplet: FC, D5 and 4A. RGB value is (252,213,74). Sum of RGB (Red+Green+Blue) = 252+213+74=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD54A is #032AB5. Grayscale: #D1D1D1. Windows color (decimal): -207542 or 4904444. OLE color: 4904444.
HSL color Cylindrical-coordinate representation of color #FCD54A: hue angle of 46.85º 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 #FCD54A is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 74 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.01 |
| HSL | 46.85º | 0.97% | 0.64% | - |
| HSV(B) | 46.85º | 0.71% | 0.99% | - |
| XYZ | 65.18 | 68.78 | 16.32 | - |
| YUV | 208.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 74 | 0 | 0.15 | 0.71 | 0.01 | 46.85 | 0.97 | 0.64 |
| Hex | FC | D5 | 4A | 0 | F | 47 | 1 | 2F | 61 | 40 |
| Octal | 374 | 325 | 112 | 0 | 17 | 107 | 1 | 57 | 141 | 100 |
| Binary | 11111100 | 11010101 | 1001010 | 0 | 1111 | 1000111 | 1 | 101111 | 1100001 | 1000000 |
Color Harmonies of #FCD54A
Complementary color
Monochromatic Colors of #FCD54A
Black with #FCD54A
Text Example
Text Example
White with #FCD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD54A; }
p { color: rgb(252,213,74); }
H1.HeaderClassName
{
color: #FCD54A;
}
.AnyTagClassName
{
color: #FCD54A;
}
</style>
background-color css
<style>
a { background-color: #FCD54A; }
a { background-color: rgb(252,213,74); }
div.DivClassName
{
background-color: #FCD54A;
}
.BgClassName
{
background-color: #FCD54A;
}
</style>
border-color css
<style>
span { border-color: #FCD54A; }
span { border-color: rgb(252,213,74); }
td.TdClassName
{
border-color: #FCD54A;
}
.TagClassName
{
border-color: #FCD54A;
}
</style>