#F5ED1E

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

Shades of Lemon #F5ED1E

Tints of Lemon #F5ED1E

Color information

#F5ED1E (or 0xF5ED1E) is unknown color: approx Lemon. HEX triplet: F5, ED and 1E. RGB value is (245,237,30). Sum of RGB (Red+Green+Blue) = 245+237+30=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 30 (12.11% from 255 or 5.86% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED1E is #0A12E1. Grayscale: #D8D8D8. Windows color (decimal): -660194 or 2026997. OLE color: 2026997.

HSL color Cylindrical-coordinate representation of color #F5ED1E: hue angle of 57.77º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5ED1E is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB24523730-
CMYK00.030.880.04
HSL57.77º91.49%53.92%-
HSV(B)57.77º87.76%96.08%-
XYZ68.1780.0713.09-
YUV215.7923.15148.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.85%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 30 (12.11% from 255) = 5.86%
R=47.85%
G=46.29%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452373000.030.880.0457.7791.4953.92
HexF5ED1E035843a5b36
Octal365355360313047213366
Binary11110101111011011111001110110001001110101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ED1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ED1E; }

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

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

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

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

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

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

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

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