#F3EA0C

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

Shades of Lemon #F3EA0C

Tints of Lemon #F3EA0C

Color information

#F3EA0C (or 0xF3EA0C) is unknown color: approx Lemon. HEX triplet: F3, EA and 0C. RGB value is (243,234,12). Sum of RGB (Red+Green+Blue) = 243+234+12=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 12 (5.08% from 255 or 2.45% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3EA0C is #0C15F3. Grayscale: #D4D4D4. Windows color (decimal): -792052 or 846579. OLE color: 846579.

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

Color convert

RGB24323412-
CMYK00.040.950.05
HSL57.66º90.59%50%-
HSV(B)57.66º95.06%95.29%-
XYZ66.4577.9311.89-
YUV211.3815.48150.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.69%
GREEN value IS 234 (91.80% from 255) = 47.85%
BLUE value IS 12 (5.08% from 255) = 2.45%
R=49.69%
G=47.85%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432341200.040.950.0557.6690.5950
HexF3EAC045F53a5b32
Octal363352140413757213362
Binary11110011111010101100010010111111011110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EA0C; }

 p { color: rgb(243,234,12); }

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

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

 a { background-color: rgb(243,234,12); }

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

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

 span { border-color: rgb(243,234,12); }

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