#FAFB6A

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

Shades of Laser Lemon #FAFB6A

Tints of Laser Lemon #FAFB6A

Color information

#FAFB6A (or 0xFAFB6A) is unknown color: approx Laser Lemon. HEX triplet: FA, FB and 6A. RGB value is (250,251,106). Sum of RGB (Red+Green+Blue) = 250+251+106=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 106 (41.80% from 255 or 17.46% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFB6A is #050495. Grayscale: #EAEAEA. Windows color (decimal): -328854 or 7011322. OLE color: 7011322.

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

Color convert

RGB250251106-
CMYK0.0000.580.02
HSL60.41º94.77%70%-
HSV(B)60.41º57.77%98.43%-
XYZ76.5290.3627.04-
YUV234.1755.67139.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 106 (41.80% from 255) = 17.46%
R=41.19%
G=41.35%
B=17.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502511060.0000.580.0260.4194.7770
HexFAFB6A003A23c5f46
Octal3723731520072274137106
Binary11111010111110111101010001110101011110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFB6A; }

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

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

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

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

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

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

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

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