#F0E81F

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

Shades of Lemon #F0E81F

Tints of Lemon #F0E81F

Color information

#F0E81F (or 0xF0E81F) is unknown color: approx Lemon. HEX triplet: F0, E8 and 1F. RGB value is (240,232,31). Sum of RGB (Red+Green+Blue) = 240+232+31=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 31 (12.5% from 255 or 6.16% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E81F is #0F17E0. Grayscale: #D4D4D4. Windows color (decimal): -989153 or 2091248. OLE color: 2091248.

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

Color convert

RGB24023231-
CMYK00.030.870.06
HSL57.7º87.45%53.14%-
HSV(B)57.7º87.08%94.12%-
XYZ65.0476.3412.6-
YUV211.4826.15148.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.71%
GREEN value IS 232 (91.02% from 255) = 46.12%
BLUE value IS 31 (12.5% from 255) = 6.16%
R=47.71%
G=46.12%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402323100.030.870.0657.787.4553.14
HexF0E81F035763a5735
Octal360350370312767212765
Binary11110000111010001111101110101111101110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E81F; }

 p { color: rgb(240,232,31); }

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

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

 a { background-color: rgb(240,232,31); }

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

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

 span { border-color: rgb(240,232,31); }

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