#FAA560

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

Shades of Sandy Brown #FAA560

Tints of Sandy Brown #FAA560

Color information

#FAA560 (or 0xFAA560) is unknown color: approx Sandy Brown. HEX triplet: FA, A5 and 60. RGB value is (250,165,96). Sum of RGB (Red+Green+Blue) = 250+165+96=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA560 is #055A9F. Grayscale: #B6B6B6. Windows color (decimal): -350880 or 6333946. OLE color: 6333946.

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

Color convert

RGB25016596-
CMYK00.340.620.02
HSL26.88º93.9%67.84%-
HSV(B)26.88º61.6%98.04%-
XYZ54.9948.0817.45-
YUV182.5579.16176.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=48.92%
G=32.29%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501659600.340.620.0226.8893.967.84
HexFAA5600223E21b5e44
Octal37224514004276233136104
Binary111110101010010111000000100010111110101101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA560; }

 p { color: rgb(250,165,96); }

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

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

 a { background-color: rgb(250,165,96); }

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

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

 span { border-color: rgb(250,165,96); }

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