Shades of Energy Yellow #FCD947
Tints of Energy Yellow #FCD947
RGB
CMYK
RGB Variations
Color information
#FCD947 (or 0xFCD947) is known color: Energy Yellow. HEX triplet: FC, D9 and 47. RGB value is (252,217,71). Sum of RGB (Red+Green+Blue) = 252+217+71=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 71 (28.12% from 255 or 13.15% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD947 is #0326B8. Grayscale: #D3D3D3. Windows color (decimal): -206521 or 4708860. OLE color: 4708860.
HSL color Cylindrical-coordinate representation of color #FCD947: hue angle of 48.4º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCD947 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 71 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.01 |
| HSL | 48.4º | 0.97% | 0.63% | - |
| HSV(B) | 48.4º | 0.72% | 0.99% | - |
| XYZ | 66.1 | 70.78 | 16.14 | - |
| YUV | 210.82 | 49.1 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 71 | 0 | 0.14 | 0.72 | 0.01 | 48.4 | 0.97 | 0.63 |
| Hex | FC | D9 | 47 | 0 | E | 48 | 1 | 30 | 61 | 3F |
| Octal | 374 | 331 | 107 | 0 | 16 | 110 | 1 | 60 | 141 | 77 |
| Binary | 11111100 | 11011001 | 1000111 | 0 | 1110 | 1001000 | 1 | 110000 | 1100001 | 111111 |
Color Harmonies of #FCD947
Complementary color
Monochromatic Colors of #FCD947
Black with #FCD947
Text Example
Text Example
White with #FCD947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD947; }
p { color: rgb(252,217,71); }
H1.HeaderClassName
{
color: #FCD947;
}
.AnyTagClassName
{
color: #FCD947;
}
</style>
background-color css
<style>
a { background-color: #FCD947; }
a { background-color: rgb(252,217,71); }
div.DivClassName
{
background-color: #FCD947;
}
.BgClassName
{
background-color: #FCD947;
}
</style>
border-color css
<style>
span { border-color: #FCD947; }
span { border-color: rgb(252,217,71); }
td.TdClassName
{
border-color: #FCD947;
}
.TagClassName
{
border-color: #FCD947;
}
</style>