Shades of Energy Yellow #FCD84D
Tints of Energy Yellow #FCD84D
RGB
CMYK
RGB Variations
Color information
#FCD84D (or 0xFCD84D) is known color: Energy Yellow. HEX triplet: FC, D8 and 4D. RGB value is (252,216,77). Sum of RGB (Red+Green+Blue) = 252+216+77=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD84D is #0327B2. Grayscale: #D3D3D3. Windows color (decimal): -206771 or 5101820. OLE color: 5101820.
HSL color Cylindrical-coordinate representation of color #FCD84D: hue angle of 47.66º 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 #FCD84D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 77 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.01 |
| HSL | 47.66º | 0.97% | 0.65% | - |
| HSV(B) | 47.66º | 0.69% | 0.99% | - |
| XYZ | 66.04 | 70.34 | 17.12 | - |
| YUV | 210.92 | 52.43 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 77 | 0 | 0.14 | 0.69 | 0.01 | 47.66 | 0.97 | 0.65 |
| Hex | FC | D8 | 4D | 0 | E | 45 | 1 | 30 | 61 | 41 |
| Octal | 374 | 330 | 115 | 0 | 16 | 105 | 1 | 60 | 141 | 101 |
| Binary | 11111100 | 11011000 | 1001101 | 0 | 1110 | 1000101 | 1 | 110000 | 1100001 | 1000001 |
Color Harmonies of #FCD84D
Complementary color
Monochromatic Colors of #FCD84D
Black with #FCD84D
Text Example
Text Example
White with #FCD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD84D; }
p { color: rgb(252,216,77); }
H1.HeaderClassName
{
color: #FCD84D;
}
.AnyTagClassName
{
color: #FCD84D;
}
</style>
background-color css
<style>
a { background-color: #FCD84D; }
a { background-color: rgb(252,216,77); }
div.DivClassName
{
background-color: #FCD84D;
}
.BgClassName
{
background-color: #FCD84D;
}
</style>
border-color css
<style>
span { border-color: #FCD84D; }
span { border-color: rgb(252,216,77); }
td.TdClassName
{
border-color: #FCD84D;
}
.TagClassName
{
border-color: #FCD84D;
}
</style>