#FBF96A

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

Shades of Laser Lemon #FBF96A

Tints of Laser Lemon #FBF96A

Color information

#FBF96A (or 0xFBF96A) is unknown color: approx Laser Lemon. HEX triplet: FB, F9 and 6A. RGB value is (251,249,106). Sum of RGB (Red+Green+Blue) = 251+249+106=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 106 (41.80% from 255 or 17.49% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF96A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF96A is #040695. Grayscale: #E9E9E9. Windows color (decimal): -263830 or 7010811. OLE color: 7010811.

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

Color convert

RGB251249106-
CMYK00.010.580.02
HSL59.17º94.77%70%-
HSV(B)59.17º57.77%98.43%-
XYZ76.2689.326.85-
YUV233.356.16140.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 249 (97.66% from 255) = 41.09%
BLUE value IS 106 (41.80% from 255) = 17.49%
R=41.42%
G=41.09%
B=17.49%

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
Decimal25124910600.010.580.0259.1794.7770
HexFBF96A013A23b5f46
Octal3733711520172273137106
Binary11111011111110011101010011110101011101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF96A; }

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

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

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

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

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

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

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

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