#F7A960

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

Shades of Sandy Brown #F7A960

Tints of Sandy Brown #F7A960

Color information

#F7A960 (or 0xF7A960) is unknown color: approx Sandy Brown. HEX triplet: F7, A9 and 60. RGB value is (247,169,96). Sum of RGB (Red+Green+Blue) = 247+169+96=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A960 is #08569F. Grayscale: #B8B8B8. Windows color (decimal): -546464 or 6334967. OLE color: 6334967.

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

Color convert

RGB24716996-
CMYK00.320.610.03
HSL29.01º90.42%67.25%-
HSV(B)29.01º61.13%96.86%-
XYZ54.6648.9917.64-
YUV18478.34172.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.24%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=48.24%
G=33.01%
B=18.75%

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
Decimal2471699600.320.610.0329.0190.4267.25
HexF7A9600203D31d5a43
Octal36725114004075335132103
Binary111101111010100111000000100000111101111110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A960; }

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

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

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

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

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

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

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

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