#F2ED13

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

Shades of Lemon #F2ED13

Tints of Lemon #F2ED13

Color information

#F2ED13 (or 0xF2ED13) is unknown color: approx Lemon. HEX triplet: F2, ED and 13. RGB value is (242,237,19). Sum of RGB (Red+Green+Blue) = 242+237+19=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 19 (7.81% from 255 or 3.82% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED13 is #0D12EC. Grayscale: #D6D6D6. Windows color (decimal): -856813 or 1306098. OLE color: 1306098.

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

Color convert

RGB24223719-
CMYK00.020.920.05
HSL58.65º89.56%51.18%-
HSV(B)58.65º92.15%94.9%-
XYZ67.0279.4912.43-
YUV213.6418.16148.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.59%
GREEN value IS 237 (92.97% from 255) = 47.59%
BLUE value IS 19 (7.81% from 255) = 3.82%
R=48.59%
G=47.59%
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
Decimal2422371900.020.920.0558.6589.5651.18
HexF2ED13025C53b5a33
Octal362355230213457313263
Binary11110010111011011001101010111001011110111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ED13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ED13; }

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

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

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

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

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

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

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

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