#FAA765

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

Shades of Sandy Brown #FAA765

Tints of Sandy Brown #FAA765

Color information

#FAA765 (or 0xFAA765) is unknown color: approx Sandy Brown. HEX triplet: FA, A7 and 65. RGB value is (250,167,101). Sum of RGB (Red+Green+Blue) = 250+167+101=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA765 is #05589A. Grayscale: #B8B8B8. Windows color (decimal): -350363 or 6662138. OLE color: 6662138.

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

Color convert

RGB250167101-
CMYK00.330.600.02
HSL26.58º93.71%68.82%-
HSV(B)26.58º59.6%98.04%-
XYZ55.5948.918.82-
YUV184.2981174.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=48.26%
G=32.24%
B=19.50%

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
Decimal25016710100.330.600.0226.5893.7168.82
HexFAA7650213C21b5e45
Octal37224714504174233136105
Binary111110101010011111001010100001111100101101110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA765; }

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

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

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

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

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

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

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

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