#FBFC64

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

Shades of Laser Lemon #FBFC64

Tints of Laser Lemon #FBFC64

Color information

#FBFC64 (or 0xFBFC64) is unknown color: approx Laser Lemon. HEX triplet: FB, FC and 64. RGB value is (251,252,100). Sum of RGB (Red+Green+Blue) = 251+252+100=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 100 (39.45% from 255 or 16.58% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFC64 is #04039B. Grayscale: #EAEAEA. Windows color (decimal): -263068 or 6618363. OLE color: 6618363.

HSL color Cylindrical-coordinate representation of color #FBFC64: hue angle of 60.39º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBFC64 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB251252100-
CMYK0.0000.600.01
HSL60.39º96.2%69.02%-
HSV(B)60.39º60.32%98.82%-
XYZ76.8991.0525.58-
YUV234.3752.17139.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 252 (98.83% from 255) = 41.79%
BLUE value IS 100 (39.45% from 255) = 16.58%
R=41.63%
G=41.79%
B=16.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512521000.0000.600.0160.3996.269.02
HexFBFC64003C13c6045
Octal3733741440074174140105
Binary1111101111111100110010000111100111110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFC64; }

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

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

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

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

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

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

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

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