Shades of Energy Yellow #FCDB45
Tints of Energy Yellow #FCDB45
RGB
CMYK
RGB Variations
Color information
#FCDB45 (or 0xFCDB45) is known color: Energy Yellow. HEX triplet: FC, DB and 45. RGB value is (252,219,69). Sum of RGB (Red+Green+Blue) = 252+219+69=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 69 (27.34% from 255 or 12.78% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB45 is #0324BA. Grayscale: #D4D4D4. Windows color (decimal): -206011 or 4578300. OLE color: 4578300.
HSL color Cylindrical-coordinate representation of color #FCDB45: hue angle of 49.18º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCDB45 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 69 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.01 |
| HSL | 49.18º | 0.97% | 0.63% | - |
| HSV(B) | 49.18º | 0.73% | 0.99% | - |
| XYZ | 66.55 | 71.79 | 15.98 | - |
| YUV | 211.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 69 | 0 | 0.13 | 0.73 | 0.01 | 49.18 | 0.97 | 0.63 |
| Hex | FC | DB | 45 | 0 | D | 49 | 1 | 31 | 61 | 3F |
| Octal | 374 | 333 | 105 | 0 | 15 | 111 | 1 | 61 | 141 | 77 |
| Binary | 11111100 | 11011011 | 1000101 | 0 | 1101 | 1001001 | 1 | 110001 | 1100001 | 111111 |
Color Harmonies of #FCDB45
Complementary color
Monochromatic Colors of #FCDB45
Black with #FCDB45
Text Example
Text Example
White with #FCDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB45; }
p { color: rgb(252,219,69); }
H1.HeaderClassName
{
color: #FCDB45;
}
.AnyTagClassName
{
color: #FCDB45;
}
</style>
background-color css
<style>
a { background-color: #FCDB45; }
a { background-color: rgb(252,219,69); }
div.DivClassName
{
background-color: #FCDB45;
}
.BgClassName
{
background-color: #FCDB45;
}
</style>
border-color css
<style>
span { border-color: #FCDB45; }
span { border-color: rgb(252,219,69); }
td.TdClassName
{
border-color: #FCDB45;
}
.TagClassName
{
border-color: #FCDB45;
}
</style>