#FBFC22

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

Shades of Lemon #FBFC22

Tints of Lemon #FBFC22

Color information

#FBFC22 (or 0xFBFC22) is unknown color: approx Lemon. HEX triplet: FB, FC and 22. RGB value is (251,252,34). Sum of RGB (Red+Green+Blue) = 251+252+34=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 34 (13.67% from 255 or 6.33% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFC22 is #0403DD. Grayscale: #E3E3E3. Windows color (decimal): -263134 or 2292987. OLE color: 2292987.

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

Color convert

RGB25125234-
CMYK0.0000.870.01
HSL60.28º97.32%56.08%-
HSV(B)60.28º86.51%98.82%-
XYZ74.8890.2514.99-
YUV226.8519.17145.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.74%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 34 (13.67% from 255) = 6.33%
R=46.74%
G=46.93%
B=6.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal251252340.0000.870.0160.2897.3256.08
HexFBFC22005713c6138
Octal373374420012717414170
Binary111110111111110010001000101011111111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFC22; }

 p { color: rgb(251,252,34); }

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

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

 a { background-color: rgb(251,252,34); }

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

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

 span { border-color: rgb(251,252,34); }

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