Shades of Energy Yellow #FCDB4E
Tints of Energy Yellow #FCDB4E
RGB
CMYK
RGB Variations
Color information
#FCDB4E (or 0xFCDB4E) is known color: Energy Yellow. HEX triplet: FC, DB and 4E. RGB value is (252,219,78). Sum of RGB (Red+Green+Blue) = 252+219+78=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 78 (30.86% from 255 or 14.21% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB4E is #0324B1. Grayscale: #D5D5D5. Windows color (decimal): -206002 or 5168124. OLE color: 5168124.
HSL color Cylindrical-coordinate representation of color #FCDB4E: hue angle of 48.62º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCDB4E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 78 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.01 |
| HSL | 48.62º | 0.97% | 0.65% | - |
| HSV(B) | 48.62º | 0.69% | 0.99% | - |
| XYZ | 66.85 | 71.91 | 17.56 | - |
| YUV | 212.79 | 51.93 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 78 | 0 | 0.13 | 0.69 | 0.01 | 48.62 | 0.97 | 0.65 |
| Hex | FC | DB | 4E | 0 | D | 45 | 1 | 31 | 61 | 41 |
| Octal | 374 | 333 | 116 | 0 | 15 | 105 | 1 | 61 | 141 | 101 |
| Binary | 11111100 | 11011011 | 1001110 | 0 | 1101 | 1000101 | 1 | 110001 | 1100001 | 1000001 |
Color Harmonies of #FCDB4E
Complementary color
Monochromatic Colors of #FCDB4E
Black with #FCDB4E
Text Example
Text Example
White with #FCDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB4E; }
p { color: rgb(252,219,78); }
H1.HeaderClassName
{
color: #FCDB4E;
}
.AnyTagClassName
{
color: #FCDB4E;
}
</style>
background-color css
<style>
a { background-color: #FCDB4E; }
a { background-color: rgb(252,219,78); }
div.DivClassName
{
background-color: #FCDB4E;
}
.BgClassName
{
background-color: #FCDB4E;
}
</style>
border-color css
<style>
span { border-color: #FCDB4E; }
span { border-color: rgb(252,219,78); }
td.TdClassName
{
border-color: #FCDB4E;
}
.TagClassName
{
border-color: #FCDB4E;
}
</style>