#F5E018

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

Shades of Lemon #F5E018

Tints of Lemon #F5E018

Color information

#F5E018 (or 0xF5E018) is unknown color: approx Lemon. HEX triplet: F5, E0 and 18. RGB value is (245,224,24). Sum of RGB (Red+Green+Blue) = 245+224+24=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 24 (9.77% from 255 or 4.87% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E018 is #0A1FE7. Grayscale: #D0D0D0. Windows color (decimal): -663528 or 1630453. OLE color: 1630453.

HSL color Cylindrical-coordinate representation of color #F5E018: hue angle of 54.3º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5E018 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB24522424-
CMYK00.090.900.04
HSL54.3º91.7%52.75%-
HSV(B)54.3º90.2%96.08%-
XYZ64.4872.7911.52-
YUV207.4824.46154.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 24 (9.77% from 255) = 4.87%
R=49.70%
G=45.44%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452242400.090.900.0454.391.752.75
HexF5E018095A4365c35
Octal3653403001113246613465
Binary1111010111100000110000100110110101001101101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E018; }

 p { color: rgb(245,224,24); }

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

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

 a { background-color: rgb(245,224,24); }

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

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

 span { border-color: rgb(245,224,24); }

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