#f2ea14

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

Shades of Lemon #F2EA14

Tints of Lemon #F2EA14

Color information

#F2EA14 (or 0xF2EA14) is unknown color: approx Lemon. HEX triplet: F2, EA and 14. RGB value is (242,234,20). Sum of RGB (Red+Green+Blue) = 242+234+20=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 20 (8.20% from 255 or 4.03% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EA14 is #0D15EB. Grayscale: #D4D4D4. Windows color (decimal): -857580 or 1370866. OLE color: 1370866.

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

Color convert

RGB24223420-
CMYK00.030.920.05
HSL57.84º89.52%51.37%-
HSV(B)57.84º91.74%94.9%-
XYZ66.1777.7712.19-
YUV21219.65149.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 234 (91.80% from 255) = 47.18%
BLUE value IS 20 (8.20% from 255) = 4.03%
R=48.79%
G=47.18%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422342000.030.920.0557.8489.5251.37
HexF2EA14035C53a5a33
Octal362352240313457213263
Binary11110010111010101010001110111001011110101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2ea14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2ea14; }

 p { color: rgb(242,234,20); }

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

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

 a { background-color: rgb(242,234,20); }

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

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

 span { border-color: rgb(242,234,20); }

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