#F5A655

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

Shades of Sandy Brown #F5A655

Tints of Sandy Brown #F5A655

Color information

#F5A655 (or 0xF5A655) is unknown color: approx Sandy Brown. HEX triplet: F5, A6 and 55. RGB value is (245,166,85). Sum of RGB (Red+Green+Blue) = 245+166+85=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A655 is #0A59AA. Grayscale: #B4B4B4. Windows color (decimal): -678315 or 5613301. OLE color: 5613301.

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

Color convert

RGB24516685-
CMYK00.320.650.04
HSL30.38º88.89%64.71%-
HSV(B)30.38º65.31%96.08%-
XYZ52.9347.3414.94-
YUV180.3974.17174.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 85 (33.59% from 255) = 17.14%
R=49.40%
G=33.47%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451668500.320.650.0430.3888.8964.71
HexF5A6550204141e5941
Octal365246125040101436131101
Binary11110101101001101010101010000010000011001111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A655; }

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

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

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

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

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

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

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

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