#FCD945

Color #FCD945 Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #FCD945

Tints of Energy Yellow #FCD945

Color information

#FCD945 (or 0xFCD945) is unknown color: approx 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

RGB25221769-
CMYK00.140.730.01
HSL48.52º96.83%62.94%-
HSV(B)48.52º72.62%98.82%-
XYZ66.0370.7515.81-
YUV210.5948.1157.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 46.84%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 69 (27.34% from 255) = 12.83%
R=46.84%
G=40.33%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522176900.140.730.0148.5296.8362.94
HexFCD9450E49131613f
Octal37433110501611116114177
Binary1111110011011001100010101110100100111100011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>