#F2F50A

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

Shades of Lemon #F2F50A

Tints of Lemon #F2F50A

Color information

#F2F50A (or 0xF2F50A) is unknown color: approx Lemon. HEX triplet: F2, F5 and 0A. RGB value is (242,245,10). Sum of RGB (Red+Green+Blue) = 242+245+10=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 10 (4.30% from 255 or 2.01% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F50A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F50A is #0D0AF5. Grayscale: #DADADA. Windows color (decimal): -854774 or 718322. OLE color: 718322.

HSL color Cylindrical-coordinate representation of color #F2F50A: hue angle of 60.77º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2F50A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB24224510-
CMYK0.0100.960.04
HSL60.77º92.16%50%-
HSV(B)60.77º95.92%96.08%-
XYZ69.3384.212.89-
YUV217.3111.01145.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 245 (96.09% from 255) = 49.30%
BLUE value IS 10 (4.30% from 255) = 2.01%
R=48.69%
G=49.30%
B=2.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242245100.0100.960.0460.7792.1650
HexF2F5A106043d5c32
Octal362365121014047513462
Binary111100101111010110101011000001001111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F50A; }

 p { color: rgb(242,245,10); }

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

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

 a { background-color: rgb(242,245,10); }

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

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

 span { border-color: rgb(242,245,10); }

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