#FBFE25

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

Shades of Lemon #FBFE25

Tints of Lemon #FBFE25

Color information

#FBFE25 (or 0xFBFE25) is unknown color: approx Lemon. HEX triplet: FB, FE and 25. RGB value is (251,254,37). Sum of RGB (Red+Green+Blue) = 251+254+37=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 37 (14.84% from 255 or 6.83% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE25 is #0401DA. Grayscale: #E5E5E5. Windows color (decimal): -262619 or 2490107. OLE color: 2490107.

HSL color Cylindrical-coordinate representation of color #FBFE25: hue angle of 60.83º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBFE25 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB25125437-
CMYK0.0100.850.00
HSL60.83º99.09%57.06%-
HSV(B)60.83º85.43%99.61%-
XYZ75.5691.5315.43-
YUV228.3620.01144.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.31%
GREEN value IS 254 (99.61% from 255) = 46.86%
BLUE value IS 37 (14.84% from 255) = 6.83%
R=46.31%
G=46.86%
B=6.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal251254370.0100.850.0060.8399.0957.06
HexFBFE25105503d6339
Octal373376451012507514371
Binary111110111111111010010110101010101111011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFE25; }

 p { color: rgb(251,254,37); }

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

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

 a { background-color: rgb(251,254,37); }

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

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

 span { border-color: rgb(251,254,37); }

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