#FAA257

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

Shades of Sandy Brown #FAA257

Tints of Sandy Brown #FAA257

Color information

#FAA257 (or 0xFAA257) is unknown color: approx Sandy Brown. HEX triplet: FA, A2 and 57. RGB value is (250,162,87). Sum of RGB (Red+Green+Blue) = 250+162+87=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA257 is #055DA8. Grayscale: #B4B4B4. Windows color (decimal): -351657 or 5743354. OLE color: 5743354.

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

Color convert

RGB25016287-
CMYK00.350.650.02
HSL27.61º94.22%66.08%-
HSV(B)27.61º65.2%98.04%-
XYZ54.0646.8515.21-
YUV179.7675.65178.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 87 (34.38% from 255) = 17.43%
R=50.10%
G=32.46%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501628700.350.650.0227.6194.2266.08
HexFAA2570234121c5e42
Octal372242127043101234136102
Binary1111101010100010101011101000111000001101110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA257; }

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

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

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

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

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

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

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

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