Shades of Energy Yellow #FCDA50
Tints of Energy Yellow #FCDA50
RGB
CMYK
RGB Variations
Color information
#FCDA50 (or 0xFCDA50) is known color: Energy Yellow. HEX triplet: FC, DA and 50. RGB value is (252,218,80). Sum of RGB (Red+Green+Blue) = 252+218+80=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA50 is #0325AF. Grayscale: #D5D5D5. Windows color (decimal): -206256 or 5298940. OLE color: 5298940.
HSL color Cylindrical-coordinate representation of color #FCDA50: hue angle of 48.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCDA50 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 80 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.01 |
| HSL | 48.14º | 0.97% | 0.65% | - |
| HSV(B) | 48.14º | 0.68% | 0.99% | - |
| XYZ | 66.66 | 71.42 | 17.86 | - |
| YUV | 212.43 | 53.26 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 80 | 0 | 0.13 | 0.68 | 0.01 | 48.14 | 0.97 | 0.65 |
| Hex | FC | DA | 50 | 0 | D | 44 | 1 | 30 | 61 | 41 |
| Octal | 374 | 332 | 120 | 0 | 15 | 104 | 1 | 60 | 141 | 101 |
| Binary | 11111100 | 11011010 | 1010000 | 0 | 1101 | 1000100 | 1 | 110000 | 1100001 | 1000001 |
Color Harmonies of #FCDA50
Complementary color
Monochromatic Colors of #FCDA50
Black with #FCDA50
Text Example
Text Example
White with #FCDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA50; }
p { color: rgb(252,218,80); }
H1.HeaderClassName
{
color: #FCDA50;
}
.AnyTagClassName
{
color: #FCDA50;
}
</style>
background-color css
<style>
a { background-color: #FCDA50; }
a { background-color: rgb(252,218,80); }
div.DivClassName
{
background-color: #FCDA50;
}
.BgClassName
{
background-color: #FCDA50;
}
</style>
border-color css
<style>
span { border-color: #FCDA50; }
span { border-color: rgb(252,218,80); }
td.TdClassName
{
border-color: #FCDA50;
}
.TagClassName
{
border-color: #FCDA50;
}
</style>