#FAA865

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

Shades of Sandy Brown #FAA865

Tints of Sandy Brown #FAA865

Color information

#FAA865 (or 0xFAA865) is unknown color: approx Sandy Brown. HEX triplet: FA, A8 and 65. RGB value is (250,168,101). Sum of RGB (Red+Green+Blue) = 250+168+101=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA865 is #05579A. Grayscale: #B9B9B9. Windows color (decimal): -350107 or 6662394. OLE color: 6662394.

HSL color Cylindrical-coordinate representation of color #FAA865: hue angle of 26.98º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAA865 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB250168101-
CMYK00.330.600.02
HSL26.98º93.71%68.82%-
HSV(B)26.98º59.6%98.04%-
XYZ55.7849.2718.88-
YUV184.8880.67174.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 101 (39.84% from 255) = 19.46%
R=48.17%
G=32.37%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016810100.330.600.0226.9893.7168.82
HexFAA8650213C21b5e45
Octal37225014504174233136105
Binary111110101010100011001010100001111100101101110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA865; }

 p { color: rgb(250,168,101); }

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

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

 a { background-color: rgb(250,168,101); }

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

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

 span { border-color: rgb(250,168,101); }

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