#FBF86A

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

Shades of Laser Lemon #FBF86A

Tints of Laser Lemon #FBF86A

Color information

#FBF86A (or 0xFBF86A) is unknown color: approx Laser Lemon. HEX triplet: FB, F8 and 6A. RGB value is (251,248,106). Sum of RGB (Red+Green+Blue) = 251+248+106=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 106 (41.80% from 255 or 17.52% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF86A is #040795. Grayscale: #E9E9E9. Windows color (decimal): -264086 or 7010555. OLE color: 7010555.

HSL color Cylindrical-coordinate representation of color #FBF86A: hue angle of 58.76º 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 #FBF86A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB251248106-
CMYK00.010.580.02
HSL58.76º94.77%70%-
HSV(B)58.76º57.77%98.43%-
XYZ75.9588.6826.75-
YUV232.7156.49141.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 106 (41.80% from 255) = 17.52%
R=41.49%
G=40.99%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124810600.010.580.0258.7694.7770
HexFBF86A013A23b5f46
Octal3733701520172273137106
Binary11111011111110001101010011110101011101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF86A; }

 p { color: rgb(251,248,106); }

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

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

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

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

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

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

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