Shades of Energy Yellow #FCDA49
Tints of Energy Yellow #FCDA49
RGB
CMYK
RGB Variations
Color information
#FCDA49 (or 0xFCDA49) is known color: Energy Yellow. HEX triplet: FC, DA and 49. RGB value is (252,218,73). Sum of RGB (Red+Green+Blue) = 252+218+73=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 73 (28.91% from 255 or 13.44% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA49 is #0325B6. Grayscale: #D4D4D4. Windows color (decimal): -206263 or 4840188. OLE color: 4840188.
HSL color Cylindrical-coordinate representation of color #FCDA49: hue angle of 48.6º 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 #FCDA49 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 73 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.01 |
| HSL | 48.6º | 0.97% | 0.64% | - |
| HSV(B) | 48.6º | 0.71% | 0.99% | - |
| XYZ | 66.42 | 71.32 | 16.57 | - |
| YUV | 211.64 | 49.76 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 73 | 0 | 0.13 | 0.71 | 0.01 | 48.6 | 0.97 | 0.64 |
| Hex | FC | DA | 49 | 0 | D | 47 | 1 | 31 | 61 | 40 |
| Octal | 374 | 332 | 111 | 0 | 15 | 107 | 1 | 61 | 141 | 100 |
| Binary | 11111100 | 11011010 | 1001001 | 0 | 1101 | 1000111 | 1 | 110001 | 1100001 | 1000000 |
Color Harmonies of #FCDA49
Complementary color
Monochromatic Colors of #FCDA49
Black with #FCDA49
Text Example
Text Example
White with #FCDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA49; }
p { color: rgb(252,218,73); }
H1.HeaderClassName
{
color: #FCDA49;
}
.AnyTagClassName
{
color: #FCDA49;
}
</style>
background-color css
<style>
a { background-color: #FCDA49; }
a { background-color: rgb(252,218,73); }
div.DivClassName
{
background-color: #FCDA49;
}
.BgClassName
{
background-color: #FCDA49;
}
</style>
border-color css
<style>
span { border-color: #FCDA49; }
span { border-color: rgb(252,218,73); }
td.TdClassName
{
border-color: #FCDA49;
}
.TagClassName
{
border-color: #FCDA49;
}
</style>