Shades of Energy Yellow #FCD745
Tints of Energy Yellow #FCD745
RGB
CMYK
RGB Variations
Color information
#FCD745 (or 0xFCD745) is known color: Energy Yellow. HEX triplet: FC, D7 and 45. RGB value is (252,215,69). Sum of RGB (Red+Green+Blue) = 252+215+69=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 69 (27.34% from 255 or 12.87% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD745 is #0328BA. Grayscale: #D2D2D2. Windows color (decimal): -207035 or 4577276. OLE color: 4577276.
HSL color Cylindrical-coordinate representation of color #FCD745: hue angle of 47.87º 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 #FCD745 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 69 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.01 |
| HSL | 47.87º | 0.97% | 0.63% | - |
| HSV(B) | 47.87º | 0.73% | 0.99% | - |
| XYZ | 65.52 | 69.73 | 15.64 | - |
| YUV | 209.42 | 48.76 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 69 | 0 | 0.15 | 0.73 | 0.01 | 47.87 | 0.97 | 0.63 |
| Hex | FC | D7 | 45 | 0 | F | 49 | 1 | 30 | 61 | 3F |
| Octal | 374 | 327 | 105 | 0 | 17 | 111 | 1 | 60 | 141 | 77 |
| Binary | 11111100 | 11010111 | 1000101 | 0 | 1111 | 1001001 | 1 | 110000 | 1100001 | 111111 |
Color Harmonies of #FCD745
Complementary color
Monochromatic Colors of #FCD745
Black with #FCD745
Text Example
Text Example
White with #FCD745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD745; }
p { color: rgb(252,215,69); }
H1.HeaderClassName
{
color: #FCD745;
}
.AnyTagClassName
{
color: #FCD745;
}
</style>
background-color css
<style>
a { background-color: #FCD745; }
a { background-color: rgb(252,215,69); }
div.DivClassName
{
background-color: #FCD745;
}
.BgClassName
{
background-color: #FCD745;
}
</style>
border-color css
<style>
span { border-color: #FCD745; }
span { border-color: rgb(252,215,69); }
td.TdClassName
{
border-color: #FCD745;
}
.TagClassName
{
border-color: #FCD745;
}
</style>