#FBEC13

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

Shades of Lemon #FBEC13

Tints of Lemon #FBEC13

Color information

#FBEC13 (or 0xFBEC13) is unknown color: approx Lemon. HEX triplet: FB, EC and 13. RGB value is (251,236,19). Sum of RGB (Red+Green+Blue) = 251+236+19=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 19 (7.81% from 255 or 3.75% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBEC13 is #0413EC. Grayscale: #D8D8D8. Windows color (decimal): -267245 or 1305851. OLE color: 1305851.

HSL color Cylindrical-coordinate representation of color #FBEC13: hue angle of 56.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBEC13 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB25123619-
CMYK00.060.920.02
HSL56.12º96.67%52.94%-
HSV(B)56.12º92.43%98.43%-
XYZ69.980.5512.48-
YUV215.7516.97153.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.60%
GREEN value IS 236 (92.58% from 255) = 46.64%
BLUE value IS 19 (7.81% from 255) = 3.75%
R=49.60%
G=46.64%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512361900.060.920.0256.1296.6752.94
HexFBEC13065C2386135
Octal373354230613427014165
Binary11111011111011001001101101011100101110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEC13; }

 p { color: rgb(251,236,19); }

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

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

 a { background-color: rgb(251,236,19); }

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

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

 span { border-color: rgb(251,236,19); }

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