#F5E150

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

Shades of Energy Yellow #F5E150

Tints of Energy Yellow #F5E150

Color information

#F5E150 (or 0xF5E150) is unknown color: approx Energy Yellow. HEX triplet: F5, E1 and 50. RGB value is (245,225,80). Sum of RGB (Red+Green+Blue) = 245+225+80=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E150 is #0A1EAF. Grayscale: #D7D7D7. Windows color (decimal): -663216 or 5300725. OLE color: 5300725.

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

Color convert

RGB24522580-
CMYK00.080.670.04
HSL52.73º89.19%63.73%-
HSV(B)52.73º67.35%96.08%-
XYZ66.0373.8418.36-
YUV214.4552.13149.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 80 (31.64% from 255) = 14.55%
R=44.55%
G=40.91%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452258000.080.670.0452.7389.1963.73
HexF5E15008434355940
Octal365341120010103465131100
Binary1111010111100001101000001000100001110011010110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E150; }

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

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

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

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

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

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

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

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