#FBEF1F

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

Shades of Lemon #FBEF1F

Tints of Lemon #FBEF1F

Color information

#FBEF1F (or 0xFBEF1F) is unknown color: approx Lemon. HEX triplet: FB, EF and 1F. RGB value is (251,239,31). Sum of RGB (Red+Green+Blue) = 251+239+31=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 31 (12.5% from 255 or 5.95% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEF1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEF1F is #0410E0. Grayscale: #DBDBDB. Windows color (decimal): -266465 or 2093051. OLE color: 2093051.

HSL color Cylindrical-coordinate representation of color #FBEF1F: hue angle of 56.73º degrees, saturation: 0.96, 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 #FBEF1F is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB25123931-
CMYK00.050.880.02
HSL56.73º96.49%55.29%-
HSV(B)56.73º87.65%98.43%-
XYZ70.982.3413.45-
YUV218.8821.98150.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.18%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 31 (12.5% from 255) = 5.95%
R=48.18%
G=45.87%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512393100.050.880.0256.7396.4955.29
HexFBEF1F05582396037
Octal373357370513027114067
Binary11111011111011111111101011011000101110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEF1F; }

 p { color: rgb(251,239,31); }

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

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

 a { background-color: rgb(251,239,31); }

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

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

 span { border-color: rgb(251,239,31); }

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