#F7A160

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

Shades of Sandy Brown #F7A160

Tints of Sandy Brown #F7A160

Color information

#F7A160 (or 0xF7A160) is unknown color: approx Sandy Brown. HEX triplet: F7, A1 and 60. RGB value is (247,161,96). Sum of RGB (Red+Green+Blue) = 247+161+96=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A160 is #085E9F. Grayscale: #B3B3B3. Windows color (decimal): -548512 or 6332919. OLE color: 6332919.

HSL color Cylindrical-coordinate representation of color #F7A160: hue angle of 25.83º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7A160 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB24716196-
CMYK00.350.610.03
HSL25.83º90.42%67.25%-
HSV(B)25.83º61.13%96.86%-
XYZ53.2146.1117.16-
YUV179.380.99176.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.01%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 96 (37.89% from 255) = 19.05%
R=49.01%
G=31.94%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471619600.350.610.0325.8390.4267.25
HexF7A1600233D31a5a43
Octal36724114004375332132103
Binary111101111010000111000000100011111101111101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A160; }

 p { color: rgb(247,161,96); }

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

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

 a { background-color: rgb(247,161,96); }

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

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

 span { border-color: rgb(247,161,96); }

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