Shades of Energy Yellow #FCD445
Tints of Energy Yellow #FCD445
RGB
CMYK
RGB Variations
Color information
#FCD445 (or 0xFCD445) is known color: Energy Yellow. HEX triplet: FC, D4 and 45. RGB value is (252,212,69). Sum of RGB (Red+Green+Blue) = 252+212+69=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 69 (27.34% from 255 or 12.95% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD445 is #032BBA. Grayscale: #D0D0D0. Windows color (decimal): -207803 or 4576508. OLE color: 4576508.
HSL color Cylindrical-coordinate representation of color #FCD445: hue angle of 46.89º 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 #FCD445 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 69 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.01 |
| HSL | 46.89º | 0.97% | 0.63% | - |
| HSV(B) | 46.89º | 0.73% | 0.99% | - |
| XYZ | 64.76 | 68.21 | 15.38 | - |
| YUV | 207.66 | 49.75 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 69 | 0 | 0.16 | 0.73 | 0.01 | 46.89 | 0.97 | 0.63 |
| Hex | FC | D4 | 45 | 0 | 10 | 49 | 1 | 2F | 61 | 3F |
| Octal | 374 | 324 | 105 | 0 | 20 | 111 | 1 | 57 | 141 | 77 |
| Binary | 11111100 | 11010100 | 1000101 | 0 | 10000 | 1001001 | 1 | 101111 | 1100001 | 111111 |
Color Harmonies of #FCD445
Complementary color
Monochromatic Colors of #FCD445
Black with #FCD445
Text Example
Text Example
White with #FCD445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD445; }
p { color: rgb(252,212,69); }
H1.HeaderClassName
{
color: #FCD445;
}
.AnyTagClassName
{
color: #FCD445;
}
</style>
background-color css
<style>
a { background-color: #FCD445; }
a { background-color: rgb(252,212,69); }
div.DivClassName
{
background-color: #FCD445;
}
.BgClassName
{
background-color: #FCD445;
}
</style>
border-color css
<style>
span { border-color: #FCD445; }
span { border-color: rgb(252,212,69); }
td.TdClassName
{
border-color: #FCD445;
}
.TagClassName
{
border-color: #FCD445;
}
</style>