#FAF86A

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

Shades of Laser Lemon #FAF86A

Tints of Laser Lemon #FAF86A

Color information

#FAF86A (or 0xFAF86A) is unknown color: approx Laser Lemon. HEX triplet: FA, F8 and 6A. RGB value is (250,248,106). Sum of RGB (Red+Green+Blue) = 250+248+106=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 106 (41.80% from 255 or 17.55% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF86A is #050795. Grayscale: #E8E8E8. Windows color (decimal): -329622 or 7010554. OLE color: 7010554.

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

Color convert

RGB250248106-
CMYK00.010.580.02
HSL59.17º93.51%69.8%-
HSV(B)59.17º57.6%98.04%-
XYZ75.5988.526.73-
YUV232.4156.66140.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 248 (97.27% from 255) = 41.06%
BLUE value IS 106 (41.80% from 255) = 17.55%
R=41.39%
G=41.06%
B=17.55%

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
Decimal25024810600.010.580.0259.1793.5169.8
HexFAF86A013A23b5e46
Octal3723701520172273136106
Binary11111010111110001101010011110101011101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF86A; }

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

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

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

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

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

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

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

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