Shades of Energy Yellow #FCDC47
Tints of Energy Yellow #FCDC47
RGB
CMYK
RGB Variations
Color information
#FCDC47 (or 0xFCDC47) is known color: Energy Yellow. HEX triplet: FC, DC and 47. RGB value is (252,220,71). Sum of RGB (Red+Green+Blue) = 252+220+71=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 71 (28.12% from 255 or 13.08% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC47 is #0323B8. Grayscale: #D5D5D5. Windows color (decimal): -205753 or 4709628. OLE color: 4709628.
HSL color Cylindrical-coordinate representation of color #FCDC47: hue angle of 49.39º 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 #FCDC47 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 71 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.01 |
| HSL | 49.39º | 0.97% | 0.63% | - |
| HSV(B) | 49.39º | 0.72% | 0.99% | - |
| XYZ | 66.88 | 72.34 | 16.4 | - |
| YUV | 212.58 | 48.1 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 71 | 0 | 0.13 | 0.72 | 0.01 | 49.39 | 0.97 | 0.63 |
| Hex | FC | DC | 47 | 0 | D | 48 | 1 | 31 | 61 | 3F |
| Octal | 374 | 334 | 107 | 0 | 15 | 110 | 1 | 61 | 141 | 77 |
| Binary | 11111100 | 11011100 | 1000111 | 0 | 1101 | 1001000 | 1 | 110001 | 1100001 | 111111 |
Color Harmonies of #FCDC47
Complementary color
Monochromatic Colors of #FCDC47
Black with #FCDC47
Text Example
Text Example
White with #FCDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC47; }
p { color: rgb(252,220,71); }
H1.HeaderClassName
{
color: #FCDC47;
}
.AnyTagClassName
{
color: #FCDC47;
}
</style>
background-color css
<style>
a { background-color: #FCDC47; }
a { background-color: rgb(252,220,71); }
div.DivClassName
{
background-color: #FCDC47;
}
.BgClassName
{
background-color: #FCDC47;
}
</style>
border-color css
<style>
span { border-color: #FCDC47; }
span { border-color: rgb(252,220,71); }
td.TdClassName
{
border-color: #FCDC47;
}
.TagClassName
{
border-color: #FCDC47;
}
</style>