Shades of Energy Yellow #FCDA4A
Tints of Energy Yellow #FCDA4A
RGB
CMYK
RGB Variations
Color information
#FCDA4A (or 0xFCDA4A) is known color: Energy Yellow. HEX triplet: FC, DA and 4A. RGB value is (252,218,74). Sum of RGB (Red+Green+Blue) = 252+218+74=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA4A is #0325B5. Grayscale: #D4D4D4. Windows color (decimal): -206262 or 4905724. OLE color: 4905724.
HSL color Cylindrical-coordinate representation of color #FCDA4A: hue angle of 48.54º 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 #FCDA4A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 74 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.01 |
| HSL | 48.54º | 0.97% | 0.64% | - |
| HSV(B) | 48.54º | 0.71% | 0.99% | - |
| XYZ | 66.45 | 71.33 | 16.74 | - |
| YUV | 211.75 | 50.26 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 74 | 0 | 0.13 | 0.71 | 0.01 | 48.54 | 0.97 | 0.64 |
| Hex | FC | DA | 4A | 0 | D | 47 | 1 | 31 | 61 | 40 |
| Octal | 374 | 332 | 112 | 0 | 15 | 107 | 1 | 61 | 141 | 100 |
| Binary | 11111100 | 11011010 | 1001010 | 0 | 1101 | 1000111 | 1 | 110001 | 1100001 | 1000000 |
Color Harmonies of #FCDA4A
Complementary color
Monochromatic Colors of #FCDA4A
Black with #FCDA4A
Text Example
Text Example
White with #FCDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA4A; }
p { color: rgb(252,218,74); }
H1.HeaderClassName
{
color: #FCDA4A;
}
.AnyTagClassName
{
color: #FCDA4A;
}
</style>
background-color css
<style>
a { background-color: #FCDA4A; }
a { background-color: rgb(252,218,74); }
div.DivClassName
{
background-color: #FCDA4A;
}
.BgClassName
{
background-color: #FCDA4A;
}
</style>
border-color css
<style>
span { border-color: #FCDA4A; }
span { border-color: rgb(252,218,74); }
td.TdClassName
{
border-color: #FCDA4A;
}
.TagClassName
{
border-color: #FCDA4A;
}
</style>