#F2E212

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

Shades of Lemon #F2E212

Tints of Lemon #F2E212

Color information

#F2E212 (or 0xF2E212) is unknown color: approx Lemon. HEX triplet: F2, E2 and 12. RGB value is (242,226,18). Sum of RGB (Red+Green+Blue) = 242+226+18=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E212 is #0D1DED. Grayscale: #CFCFCF. Windows color (decimal): -859630 or 1237746. OLE color: 1237746.

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

Color convert

RGB24222618-
CMYK00.070.930.05
HSL55.71º89.6%50.98%-
HSV(B)55.71º92.56%94.9%-
XYZ63.9273.3111.35-
YUV207.0721.3152.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 226 (88.67% from 255) = 46.50%
BLUE value IS 18 (7.42% from 255) = 3.70%
R=49.79%
G=46.50%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422261800.070.930.0555.7189.650.98
HexF2E212075D5385a33
Octal362342220713557013263
Binary111100101110001010010011110111011011110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E212; }

 p { color: rgb(242,226,18); }

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

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

 a { background-color: rgb(242,226,18); }

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

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

 span { border-color: rgb(242,226,18); }

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