#F2EB13

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

Shades of Lemon #F2EB13

Tints of Lemon #F2EB13

Color information

#F2EB13 (or 0xF2EB13) is unknown color: approx Lemon. HEX triplet: F2, EB and 13. RGB value is (242,235,19). Sum of RGB (Red+Green+Blue) = 242+235+19=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 19 (7.81% from 255 or 3.83% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EB13 is #0D14EC. Grayscale: #D5D5D5. Windows color (decimal): -857325 or 1305586. OLE color: 1305586.

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

Color convert

RGB24223519-
CMYK00.030.920.05
HSL58.12º89.56%51.18%-
HSV(B)58.12º92.15%94.9%-
XYZ66.4478.3412.24-
YUV212.4718.82149.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 235 (92.19% from 255) = 47.38%
BLUE value IS 19 (7.81% from 255) = 3.83%
R=48.79%
G=47.38%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422351900.030.920.0558.1289.5651.18
HexF2EB13035C53a5a33
Octal362353230313457213263
Binary11110010111010111001101110111001011110101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB13; }

 p { color: rgb(242,235,19); }

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

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

 a { background-color: rgb(242,235,19); }

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

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

 span { border-color: rgb(242,235,19); }

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