Shades of Energy Yellow #FCD945
Tints of Energy Yellow #FCD945
RGB
CMYK
RGB Variations
Color information
#FCD945 (or 0xFCD945) is known color: Energy Yellow. HEX triplet: FC, D9 and 45. RGB value is (252,217,69). Sum of RGB (Red+Green+Blue) = 252+217+69=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD945 is #0326BA. Grayscale: #D3D3D3. Windows color (decimal): -206523 or 4577788. OLE color: 4577788.
HSL color Cylindrical-coordinate representation of color #FCD945: hue angle of 48.52º 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 #FCD945 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 69 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.01 |
| HSL | 48.52º | 0.97% | 0.63% | - |
| HSV(B) | 48.52º | 0.73% | 0.99% | - |
| XYZ | 66.03 | 70.75 | 15.81 | - |
| YUV | 210.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 69 | 0 | 0.14 | 0.73 | 0.01 | 48.52 | 0.97 | 0.63 |
| Hex | FC | D9 | 45 | 0 | E | 49 | 1 | 31 | 61 | 3F |
| Octal | 374 | 331 | 105 | 0 | 16 | 111 | 1 | 61 | 141 | 77 |
| Binary | 11111100 | 11011001 | 1000101 | 0 | 1110 | 1001001 | 1 | 110001 | 1100001 | 111111 |
Color Harmonies of #FCD945
Complementary color
Monochromatic Colors of #FCD945
Black with #FCD945
Text Example
Text Example
White with #FCD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD945; }
p { color: rgb(252,217,69); }
H1.HeaderClassName
{
color: #FCD945;
}
.AnyTagClassName
{
color: #FCD945;
}
</style>
background-color css
<style>
a { background-color: #FCD945; }
a { background-color: rgb(252,217,69); }
div.DivClassName
{
background-color: #FCD945;
}
.BgClassName
{
background-color: #FCD945;
}
</style>
border-color css
<style>
span { border-color: #FCD945; }
span { border-color: rgb(252,217,69); }
td.TdClassName
{
border-color: #FCD945;
}
.TagClassName
{
border-color: #FCD945;
}
</style>