#F3A860

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

Shades of Sandy Brown #F3A860

Tints of Sandy Brown #F3A860

Color information

#F3A860 (or 0xF3A860) is unknown color: approx Sandy Brown. HEX triplet: F3, A8 and 60. RGB value is (243,168,96). Sum of RGB (Red+Green+Blue) = 243+168+96=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A860 is #0C579F. Grayscale: #B6B6B6. Windows color (decimal): -808864 or 6334707. OLE color: 6334707.

HSL color Cylindrical-coordinate representation of color #F3A860: hue angle of 29.39º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3A860 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24316896-
CMYK00.310.600.05
HSL29.39º85.96%66.47%-
HSV(B)29.39º60.49%95.29%-
XYZ53.0847.917.52-
YUV182.2279.35171.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.93%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 96 (37.89% from 255) = 18.93%
R=47.93%
G=33.14%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431689600.310.600.0529.3985.9666.47
HexF3A86001F3C51d5642
Octal36325014003774535126102
Binary111100111010100011000000111111111001011110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A860; }

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

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

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

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

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

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

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

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