#F2E10E

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

Shades of Lemon #F2E10E

Tints of Lemon #F2E10E

Color information

#F2E10E (or 0xF2E10E) is unknown color: approx Lemon. HEX triplet: F2, E1 and 0E. RGB value is (242,225,14). Sum of RGB (Red+Green+Blue) = 242+225+14=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 14 (5.86% from 255 or 2.91% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E10E is #0D1EF1. Grayscale: #CECECE. Windows color (decimal): -859890 or 975346. OLE color: 975346.

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

Color convert

RGB24222514-
CMYK00.070.940.05
HSL55.53º89.76%50.2%-
HSV(B)55.53º94.21%94.9%-
XYZ63.6272.7611.11-
YUV206.0319.63153.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 225 (88.28% from 255) = 46.78%
BLUE value IS 14 (5.86% from 255) = 2.91%
R=50.31%
G=46.78%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422251400.070.940.0555.5389.7650.2
HexF2E1E075E5385a32
Octal362341160713657013262
Binary11110010111000011110011110111101011110001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E10E; }

 p { color: rgb(242,225,14); }

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

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

 a { background-color: rgb(242,225,14); }

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

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

 span { border-color: rgb(242,225,14); }

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