#F5A355

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

Shades of Sandy Brown #F5A355

Tints of Sandy Brown #F5A355

Color information

#F5A355 (or 0xF5A355) is unknown color: approx Sandy Brown. HEX triplet: F5, A3 and 55. RGB value is (245,163,85). Sum of RGB (Red+Green+Blue) = 245+163+85=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A355 is #0A5CAA. Grayscale: #B3B3B3. Windows color (decimal): -679083 or 5612533. OLE color: 5612533.

HSL color Cylindrical-coordinate representation of color #F5A355: hue angle of 29.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5A355 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24516385-
CMYK00.330.650.04
HSL29.25º88.89%64.71%-
HSV(B)29.25º65.31%96.08%-
XYZ52.3946.2614.76-
YUV178.6375.17175.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 85 (33.59% from 255) = 17.24%
R=49.70%
G=33.06%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451638500.330.650.0429.2588.8964.71
HexF5A3550214141d5941
Octal365243125041101435131101
Binary11110101101000111010101010000110000011001110110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A355; }

 p { color: rgb(245,163,85); }

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

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

 a { background-color: rgb(245,163,85); }

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

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

 span { border-color: rgb(245,163,85); }

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