#F3E013

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

Shades of Lemon #F3E013

Tints of Lemon #F3E013

Color information

#F3E013 (or 0xF3E013) is unknown color: approx Lemon. HEX triplet: F3, E0 and 13. RGB value is (243,224,19). Sum of RGB (Red+Green+Blue) = 243+224+19=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E013 is #0C1FEC. Grayscale: #CFCFCF. Windows color (decimal): -794605 or 1302771. OLE color: 1302771.

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

Color convert

RGB24322419-
CMYK00.080.920.05
HSL54.91º90.32%51.37%-
HSV(B)54.91º92.18%95.29%-
XYZ63.7472.4111.23-
YUV206.3122.29154.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50%
GREEN value IS 224 (87.89% from 255) = 46.09%
BLUE value IS 19 (7.81% from 255) = 3.91%
R=50%
G=46.09%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432241900.080.920.0554.9190.3251.37
HexF3E013085C5375a33
Octal3633402301013456713263
Binary1111001111100000100110100010111001011101111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E013; }

 p { color: rgb(243,224,19); }

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

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

 a { background-color: rgb(243,224,19); }

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

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

 span { border-color: rgb(243,224,19); }

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