#FAA360

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

Shades of Sandy Brown #FAA360

Tints of Sandy Brown #FAA360

Color information

#FAA360 (or 0xFAA360) is unknown color: approx Sandy Brown. HEX triplet: FA, A3 and 60. RGB value is (250,163,96). Sum of RGB (Red+Green+Blue) = 250+163+96=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA360 is #055C9F. Grayscale: #B5B5B5. Windows color (decimal): -351392 or 6333434. OLE color: 6333434.

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

Color convert

RGB25016396-
CMYK00.350.620.02
HSL26.1º93.9%67.84%-
HSV(B)26.1º61.6%98.04%-
XYZ54.6347.3617.33-
YUV181.3779.82176.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 96 (37.89% from 255) = 18.86%
R=49.12%
G=32.02%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501639600.350.620.0226.193.967.84
HexFAA3600233E21a5e44
Octal37224314004376232136104
Binary111110101010001111000000100011111110101101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA360; }

 p { color: rgb(250,163,96); }

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

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

 a { background-color: rgb(250,163,96); }

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

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

 span { border-color: rgb(250,163,96); }

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