#FAA661

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

Shades of Sandy Brown #FAA661

Tints of Sandy Brown #FAA661

Color information

#FAA661 (or 0xFAA661) is unknown color: approx Sandy Brown. HEX triplet: FA, A6 and 61. RGB value is (250,166,97). Sum of RGB (Red+Green+Blue) = 250+166+97=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA661 is #05599E. Grayscale: #B7B7B7. Windows color (decimal): -350623 or 6399738. OLE color: 6399738.

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

Color convert

RGB25016697-
CMYK00.340.610.02
HSL27.06º93.87%68.04%-
HSV(B)27.06º61.2%98.04%-
XYZ55.2248.4617.75-
YUV183.2579.33175.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=48.73%
G=32.36%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501669700.340.610.0227.0693.8768.04
HexFAA6610223D21b5e44
Octal37224614104275233136104
Binary111110101010011011000010100010111101101101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA661; }

 p { color: rgb(250,166,97); }

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

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

 a { background-color: rgb(250,166,97); }

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

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

 span { border-color: rgb(250,166,97); }

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