#FAA261

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

Shades of Sandy Brown #FAA261

Tints of Sandy Brown #FAA261

Color information

#FAA261 (or 0xFAA261) is unknown color: approx Sandy Brown. HEX triplet: FA, A2 and 61. RGB value is (250,162,97). Sum of RGB (Red+Green+Blue) = 250+162+97=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA261 is #055D9E. Grayscale: #B5B5B5. Windows color (decimal): -351647 or 6398714. OLE color: 6398714.

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

Color convert

RGB25016297-
CMYK00.350.610.02
HSL25.49º93.87%68.04%-
HSV(B)25.49º61.2%98.04%-
XYZ54.547.0317.51-
YUV180.980.65177.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 97 (38.28% from 255) = 19.06%
R=49.12%
G=31.83%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501629700.350.610.0225.4993.8768.04
HexFAA2610233D2195e44
Octal37224214104375231136104
Binary111110101010001011000010100011111101101100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA261; }

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

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

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

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

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

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

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

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