#F5E156

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

Shades of Energy Yellow #F5E156

Tints of Energy Yellow #F5E156

Color information

#F5E156 (or 0xF5E156) is unknown color: approx Energy Yellow. HEX triplet: F5, E1 and 56. RGB value is (245,225,86). Sum of RGB (Red+Green+Blue) = 245+225+86=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 86 (33.98% from 255 or 15.47% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E156 is #0A1EA9. Grayscale: #D7D7D7. Windows color (decimal): -663210 or 5693941. OLE color: 5693941.

HSL color Cylindrical-coordinate representation of color #F5E156: hue angle of 52.45º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5E156 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24522586-
CMYK00.080.650.04
HSL52.45º88.83%64.9%-
HSV(B)52.45º64.9%96.08%-
XYZ66.2673.9319.58-
YUV215.1355.13149.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.06%
GREEN value IS 225 (88.28% from 255) = 40.47%
BLUE value IS 86 (33.98% from 255) = 15.47%
R=44.06%
G=40.47%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452258600.080.650.0452.4588.8364.9
HexF5E15608414345941
Octal365341126010101464131101
Binary1111010111100001101011001000100000110011010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E156; }

 p { color: rgb(245,225,86); }

 H1.HeaderClassName
 {
   color: #F5E156;
 }
 .AnyTagClassName
 {
   color: #F5E156;
 }
</style>
background-color css

<style>
 a { background-color: #F5E156; }

 a { background-color: rgb(245,225,86); }

 div.DivClassName
 {
   background-color: #F5E156;
 }
 .BgClassName
 {
   background-color: #F5E156;
 }
</style>
border-color css

<style>
 span { border-color: #F5E156; }

 span { border-color: rgb(245,225,86); }

 td.TdClassName
 {
   border-color: #F5E156;
 }
 .TagClassName
 {
   border-color: #F5E156;
 }
</style>