#FBFA68

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

Shades of Laser Lemon #FBFA68

Tints of Laser Lemon #FBFA68

Color information

#FBFA68 (or 0xFBFA68) is unknown color: approx Laser Lemon. HEX triplet: FB, FA and 68. RGB value is (251,250,104). Sum of RGB (Red+Green+Blue) = 251+250+104=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 104 (41.02% from 255 or 17.19% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFA68 is #040597. Grayscale: #EAEAEA. Windows color (decimal): -263576 or 6879995. OLE color: 6879995.

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

Color convert

RGB251250104-
CMYK00.000.590.02
HSL59.59º94.84%69.61%-
HSV(B)59.59º58.57%98.43%-
XYZ76.4789.8826.41-
YUV233.6554.83140.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 104 (41.02% from 255) = 17.19%
R=41.49%
G=41.32%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125010400.000.590.0259.5994.8469.61
HexFBFA68003B23c5f46
Octal3733721500073274137106
Binary11111011111110101101000001110111011110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFA68; }

 p { color: rgb(251,250,104); }

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

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

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

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

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

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

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