#FBFF5D

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

Shades of Laser Lemon #FBFF5D

Tints of Laser Lemon #FBFF5D

Color information

#FBFF5D (or 0xFBFF5D) is unknown color: approx Laser Lemon. HEX triplet: FB, FF and 5D. RGB value is (251,255,93). Sum of RGB (Red+Green+Blue) = 251+255+93=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 93 (36.72% from 255 or 15.53% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF5D is #0400A2. Grayscale: #EBEBEB. Windows color (decimal): -262307 or 6160379. OLE color: 6160379.

HSL color Cylindrical-coordinate representation of color #FBFF5D: hue angle of 61.48º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBFF5D is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25125593-
CMYK0.0200.640
HSL61.48º100%68.24%-
HSV(B)61.48º63.53%100%-
XYZ77.5292.8224.19-
YUV235.3447.67139.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 93 (36.72% from 255) = 15.53%
R=41.90%
G=42.57%
B=15.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal251255930.0200.64061.4810068.24
HexFBFF5D204003d6444
Octal37337713520100075144104
Binary111110111111111110111011001000000011110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFF5D; }

 p { color: rgb(251,255,93); }

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

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

 a { background-color: rgb(251,255,93); }

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

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

 span { border-color: rgb(251,255,93); }

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