#FAA55A

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

Shades of Sandy Brown #FAA55A

Tints of Sandy Brown #FAA55A

Color information

#FAA55A (or 0xFAA55A) is unknown color: approx Sandy Brown. HEX triplet: FA, A5 and 5A. RGB value is (250,165,90). Sum of RGB (Red+Green+Blue) = 250+165+90=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA55A is #055AA5. Grayscale: #B6B6B6. Windows color (decimal): -350886 or 5940730. OLE color: 5940730.

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

Color convert

RGB25016590-
CMYK00.340.640.02
HSL28.13º94.12%66.67%-
HSV(B)28.13º64%98.04%-
XYZ54.7247.9716.05-
YUV181.8676.16176.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 90 (35.55% from 255) = 17.82%
R=49.50%
G=32.67%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501659000.340.640.0228.1394.1266.67
HexFAA55A0224021c5e43
Octal372245132042100234136103
Binary1111101010100101101101001000101000000101110010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA55A; }

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

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

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

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

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

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

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

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