#F0EC1F

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

Shades of Lemon #F0EC1F

Tints of Lemon #F0EC1F

Color information

#F0EC1F (or 0xF0EC1F) is unknown color: approx Lemon. HEX triplet: F0, EC and 1F. RGB value is (240,236,31). Sum of RGB (Red+Green+Blue) = 240+236+31=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 31 (12.5% from 255 or 6.11% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EC1F is #0F13E0. Grayscale: #D6D6D6. Windows color (decimal): -988129 or 2092272. OLE color: 2092272.

HSL color Cylindrical-coordinate representation of color #F0EC1F: hue angle of 58.85º 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 #F0EC1F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB24023631-
CMYK00.020.870.06
HSL58.85º87.45%53.14%-
HSV(B)58.85º87.08%94.12%-
XYZ66.1878.6212.98-
YUV213.8324.83146.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.34%
GREEN value IS 236 (92.58% from 255) = 46.55%
BLUE value IS 31 (12.5% from 255) = 6.11%
R=47.34%
G=46.55%
B=6.11%

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
Decimal2402363100.020.870.0658.8587.4553.14
HexF0EC1F025763b5735
Octal360354370212767312765
Binary11110000111011001111101010101111101110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EC1F; }

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

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

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

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

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

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

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

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