#F2EC13

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

Shades of Lemon #F2EC13

Tints of Lemon #F2EC13

Color information

#F2EC13 (or 0xF2EC13) is unknown color: approx Lemon. HEX triplet: F2, EC and 13. RGB value is (242,236,19). Sum of RGB (Red+Green+Blue) = 242+236+19=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 19 (7.81% from 255 or 3.82% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC13 is #0D13EC. Grayscale: #D5D5D5. Windows color (decimal): -857069 or 1305842. OLE color: 1305842.

HSL color Cylindrical-coordinate representation of color #F2EC13: hue angle of 58.39º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2EC13 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB24223619-
CMYK00.020.920.05
HSL58.39º89.56%51.18%-
HSV(B)58.39º92.15%94.9%-
XYZ66.7378.9212.33-
YUV213.0618.49148.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 236 (92.58% from 255) = 47.48%
BLUE value IS 19 (7.81% from 255) = 3.82%
R=48.69%
G=47.48%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422361900.020.920.0558.3989.5651.18
HexF2EC13025C53a5a33
Octal362354230213457213263
Binary11110010111011001001101010111001011110101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EC13; }

 p { color: rgb(242,236,19); }

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

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

 a { background-color: rgb(242,236,19); }

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

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

 span { border-color: rgb(242,236,19); }

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