#F7A860

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

Shades of Sandy Brown #F7A860

Tints of Sandy Brown #F7A860

Color information

#F7A860 (or 0xF7A860) is unknown color: approx Sandy Brown. HEX triplet: F7, A8 and 60. RGB value is (247,168,96). Sum of RGB (Red+Green+Blue) = 247+168+96=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A860 is #08579F. Grayscale: #B7B7B7. Windows color (decimal): -546720 or 6334711. OLE color: 6334711.

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

Color convert

RGB24716896-
CMYK00.320.610.03
HSL28.61º90.42%67.25%-
HSV(B)28.61º61.13%96.86%-
XYZ54.4748.6217.58-
YUV183.4178.67173.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.34%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=48.34%
G=32.88%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471689600.320.610.0328.6190.4267.25
HexF7A8600203D31d5a43
Octal36725014004075335132103
Binary111101111010100011000000100000111101111110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A860; }

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

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

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

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

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

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

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

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