#F0E011

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

Shades of Lemon #F0E011

Tints of Lemon #F0E011

Color information

#F0E011 (or 0xF0E011) is unknown color: approx Lemon. HEX triplet: F0, E0 and 11. RGB value is (240,224,17). Sum of RGB (Red+Green+Blue) = 240+224+17=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E011 is #0F1FEE. Grayscale: #CECECE. Windows color (decimal): -991215 or 1171696. OLE color: 1171696.

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

Color convert

RGB24022417-
CMYK00.070.930.06
HSL55.7º88.14%50.39%-
HSV(B)55.7º92.92%94.12%-
XYZ62.6971.8811.1-
YUV205.1921.8152.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.90%
GREEN value IS 224 (87.89% from 255) = 46.57%
BLUE value IS 17 (7.03% from 255) = 3.53%
R=49.90%
G=46.57%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402241700.070.930.0655.788.1450.39
HexF0E011075D6385832
Octal360340210713567013062
Binary111100001110000010001011110111011101110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E011; }

 p { color: rgb(240,224,17); }

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

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

 a { background-color: rgb(240,224,17); }

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

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

 span { border-color: rgb(240,224,17); }

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