#FAA566

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

Shades of Sandy Brown #FAA566

Tints of Sandy Brown #FAA566

Color information

#FAA566 (or 0xFAA566) is unknown color: approx Sandy Brown. HEX triplet: FA, A5 and 66. RGB value is (250,165,102). Sum of RGB (Red+Green+Blue) = 250+165+102=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA566 is #055A99. Grayscale: #B7B7B7. Windows color (decimal): -350874 or 6727162. OLE color: 6727162.

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

Color convert

RGB250165102-
CMYK00.340.590.02
HSL25.54º93.67%69.02%-
HSV(B)25.54º59.2%98.04%-
XYZ55.2848.1918.96-
YUV183.2382.16175.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 102 (40.23% from 255) = 19.73%
R=48.36%
G=31.91%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016510200.340.590.0225.5493.6769.02
HexFAA5660223B21a5e45
Octal37224514604273232136105
Binary111110101010010111001100100010111011101101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA566; }

 p { color: rgb(250,165,102); }

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

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

 a { background-color: rgb(250,165,102); }

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

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

 span { border-color: rgb(250,165,102); }

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