#FAA157

Color #FAA157 Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #FAA157

Tints of Sandy Brown #FAA157

Color information

#FAA157 (or 0xFAA157) is unknown color: approx Sandy Brown. HEX triplet: FA, A1 and 57. RGB value is (250,161,87). Sum of RGB (Red+Green+Blue) = 250+161+87=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA157 is #055EA8. Grayscale: #B3B3B3. Windows color (decimal): -351913 or 5743098. OLE color: 5743098.

HSL color Cylindrical-coordinate representation of color #FAA157: hue angle of 27.24º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAA157 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB25016187-
CMYK00.360.650.02
HSL27.24º94.22%66.08%-
HSV(B)27.24º65.2%98.04%-
XYZ53.8946.515.15-
YUV179.1875.99178.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 87 (34.38% from 255) = 17.47%
R=50.20%
G=32.33%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501618700.360.650.0227.2494.2266.08
HexFAA1570244121b5e42
Octal372241127044101233136102
Binary1111101010100001101011101001001000001101101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA157; }

 p { color: rgb(250,161,87); }

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

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

 a { background-color: rgb(250,161,87); }

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

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

 span { border-color: rgb(250,161,87); }

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