#FAA260

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

Shades of Sandy Brown #FAA260

Tints of Sandy Brown #FAA260

Color information

#FAA260 (or 0xFAA260) is unknown color: approx Sandy Brown. HEX triplet: FA, A2 and 60. RGB value is (250,162,96). Sum of RGB (Red+Green+Blue) = 250+162+96=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA260 is #055D9F. Grayscale: #B5B5B5. Windows color (decimal): -351648 or 6333178. OLE color: 6333178.

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

Color convert

RGB25016296-
CMYK00.350.620.02
HSL25.71º93.9%67.84%-
HSV(B)25.71º61.6%98.04%-
XYZ54.4647.0117.27-
YUV180.7980.15177.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.21%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 96 (37.89% from 255) = 18.90%
R=49.21%
G=31.89%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501629600.350.620.0225.7193.967.84
HexFAA2600233E21a5e44
Octal37224214004376232136104
Binary111110101010001011000000100011111110101101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA260; }

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

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

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

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

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

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

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

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