#FBFB69

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

Shades of Laser Lemon #FBFB69

Tints of Laser Lemon #FBFB69

Color information

#FBFB69 (or 0xFBFB69) is unknown color: approx Laser Lemon. HEX triplet: FB, FB and 69. RGB value is (251,251,105). Sum of RGB (Red+Green+Blue) = 251+251+105=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 105 (41.41% from 255 or 17.30% from 607); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFB69 is #040496. Grayscale: #EAEAEA. Windows color (decimal): -263319 or 6945787. OLE color: 6945787.

HSL color Cylindrical-coordinate representation of color #FBFB69: hue angle of 60º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBFB69 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB251251105-
CMYK000.580.02
HSL60º94.81%69.8%-
HSV(B)60º58.17%98.43%-
XYZ76.8390.5226.79-
YUV234.3655139.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 105 (41.41% from 255) = 17.30%
R=41.35%
G=41.35%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251105000.580.026094.8169.8
HexFBFB69003A23c5f46
Octal3733731510072274137106
Binary11111011111110111101001001110101011110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFB69; }

 p { color: rgb(251,251,105); }

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

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

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

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

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

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

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