#FAA160

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

Shades of Sandy Brown #FAA160

Tints of Sandy Brown #FAA160

Color information

#FAA160 (or 0xFAA160) is unknown color: approx Sandy Brown. HEX triplet: FA, A1 and 60. RGB value is (250,161,96). Sum of RGB (Red+Green+Blue) = 250+161+96=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA160 is #055E9F. Grayscale: #B4B4B4. Windows color (decimal): -351904 or 6332922. OLE color: 6332922.

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

Color convert

RGB25016196-
CMYK00.360.620.02
HSL25.32º93.9%67.84%-
HSV(B)25.32º61.6%98.04%-
XYZ54.2846.6617.21-
YUV180.280.49177.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 96 (37.89% from 255) = 18.93%
R=49.31%
G=31.76%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501619600.360.620.0225.3293.967.84
HexFAA1600243E2195e44
Octal37224114004476231136104
Binary111110101010000111000000100100111110101100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA160; }

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

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

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

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

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

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

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

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