#F5ED19

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

Shades of Lemon #F5ED19

Tints of Lemon #F5ED19

Color information

#F5ED19 (or 0xF5ED19) is unknown color: approx Lemon. HEX triplet: F5, ED and 19. RGB value is (245,237,25). Sum of RGB (Red+Green+Blue) = 245+237+25=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 25 (10.16% from 255 or 4.93% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5ED19 is #0A12E6. Grayscale: #D8D8D8. Windows color (decimal): -660199 or 1699317. OLE color: 1699317.

HSL color Cylindrical-coordinate representation of color #F5ED19: hue angle of 57.82º 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 #F5ED19 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB24523725-
CMYK00.030.900.04
HSL57.82º91.67%52.94%-
HSV(B)57.82º89.8%96.08%-
XYZ68.1280.0512.78-
YUV215.2220.65149.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 237 (92.97% from 255) = 46.75%
BLUE value IS 25 (10.16% from 255) = 4.93%
R=48.32%
G=46.75%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452372500.030.900.0457.8291.6752.94
HexF5ED19035A43a5c35
Octal365355310313247213465
Binary11110101111011011100101110110101001110101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ED19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ED19; }

 p { color: rgb(245,237,25); }

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

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

 a { background-color: rgb(245,237,25); }

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

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

 span { border-color: rgb(245,237,25); }

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