#FBE81E

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

Shades of Lemon #FBE81E

Tints of Lemon #FBE81E

Color information

#FBE81E (or 0xFBE81E) is unknown color: approx Lemon. HEX triplet: FB, E8 and 1E. RGB value is (251,232,30). Sum of RGB (Red+Green+Blue) = 251+232+30=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 30 (12.11% from 255 or 5.85% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE81E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE81E is #0417E1. Grayscale: #D7D7D7. Windows color (decimal): -268258 or 2025723. OLE color: 2025723.

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

Color convert

RGB25123230-
CMYK00.080.880.02
HSL54.84º96.51%55.1%-
HSV(B)54.84º88.05%98.43%-
XYZ68.8778.3212.71-
YUV214.6523.79153.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.93%
GREEN value IS 232 (91.02% from 255) = 45.22%
BLUE value IS 30 (12.11% from 255) = 5.85%
R=48.93%
G=45.22%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512323000.080.880.0254.8496.5155.1
HexFBE81E08582376137
Octal3733503601013026714167
Binary111110111110100011110010001011000101101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE81E; }

 p { color: rgb(251,232,30); }

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

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

 a { background-color: rgb(251,232,30); }

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

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

 span { border-color: rgb(251,232,30); }

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