#F3E516

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

Shades of Lemon #F3E516

Tints of Lemon #F3E516

Color information

#F3E516 (or 0xF3E516) is unknown color: approx Lemon. HEX triplet: F3, E5 and 16. RGB value is (243,229,22). Sum of RGB (Red+Green+Blue) = 243+229+22=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 22 (8.98% from 255 or 4.45% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E516 is #0C1AE9. Grayscale: #D2D2D2. Windows color (decimal): -793322 or 1500659. OLE color: 1500659.

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

Color convert

RGB24322922-
CMYK00.060.910.05
HSL56.2º90.2%51.96%-
HSV(B)56.2º90.95%95.29%-
XYZ65.1375.1511.83-
YUV209.5922.14151.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.19%
GREEN value IS 229 (89.84% from 255) = 46.36%
BLUE value IS 22 (8.98% from 255) = 4.45%
R=49.19%
G=46.36%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432292200.060.910.0556.290.251.96
HexF3E516065B5385a34
Octal363345260613357013264
Binary111100111110010110110011010110111011110001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E516; }

 p { color: rgb(243,229,22); }

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

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

 a { background-color: rgb(243,229,22); }

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

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

 span { border-color: rgb(243,229,22); }

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