#F0EA1E

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

Shades of Lemon #F0EA1E

Tints of Lemon #F0EA1E

Color information

#F0EA1E (or 0xF0EA1E) is unknown color: approx Lemon. HEX triplet: F0, EA and 1E. RGB value is (240,234,30). Sum of RGB (Red+Green+Blue) = 240+234+30=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 30 (12.11% from 255 or 5.95% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EA1E is #0F15E1. Grayscale: #D5D5D5. Windows color (decimal): -988642 or 2026224. OLE color: 2026224.

HSL color Cylindrical-coordinate representation of color #F0EA1E: hue angle of 58.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0EA1E is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB24023430-
CMYK00.020.870.06
HSL58.29º87.5%52.94%-
HSV(B)58.29º87.5%94.12%-
XYZ65.5977.4612.72-
YUV212.5424.99147.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.62%
GREEN value IS 234 (91.80% from 255) = 46.43%
BLUE value IS 30 (12.11% from 255) = 5.95%
R=47.62%
G=46.43%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402343000.020.870.0658.2987.552.94
HexF0EA1E025763a5835
Octal360352360212767213065
Binary11110000111010101111001010101111101110101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EA1E; }

 p { color: rgb(240,234,30); }

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

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

 a { background-color: rgb(240,234,30); }

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

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

 span { border-color: rgb(240,234,30); }

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