#F4EC01

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

Shades of Lemon #F4EC01

Tints of Lemon #F4EC01

Color information

#F4EC01 (or 0xF4EC01) is unknown color: approx Lemon. HEX triplet: F4, EC and 01. RGB value is (244,236,1). Sum of RGB (Red+Green+Blue) = 244+236+1=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 1 (0.78% from 255 or 0.21% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4EC01 is #0B13FE. Grayscale: #D4D4D4. Windows color (decimal): -726015 or 126196. OLE color: 126196.

HSL color Cylindrical-coordinate representation of color #F4EC01: hue angle of 58.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4EC01 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB2442361-
CMYK00.031.000.04
HSL58.02º99.18%48.04%-
HSV(B)58.02º99.59%95.69%-
XYZ67.3179.2311.77-
YUV211.69.15151.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.73%
GREEN value IS 236 (92.58% from 255) = 49.06%
BLUE value IS 1 (0.78% from 255) = 0.21%
R=50.73%
G=49.06%
B=0.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244236100.031.000.0458.0299.1848.04
HexF4EC1036443a6330
Octal36435410314447214360
Binary1111010011101100101111001001001110101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EC01; }

 p { color: rgb(244,236,1); }

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

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

 a { background-color: rgb(244,236,1); }

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

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

 span { border-color: rgb(244,236,1); }

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