#F5A05C

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

Shades of Sandy Brown #F5A05C

Tints of Sandy Brown #F5A05C

Color information

#F5A05C (or 0xF5A05C) is unknown color: approx Sandy Brown. HEX triplet: F5, A0 and 5C. RGB value is (245,160,92). Sum of RGB (Red+Green+Blue) = 245+160+92=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A05C is #0A5FA3. Grayscale: #B2B2B2. Windows color (decimal): -679844 or 6070517. OLE color: 6070517.

HSL color Cylindrical-coordinate representation of color #F5A05C: hue angle of 26.67º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5A05C is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24516092-
CMYK00.350.620.04
HSL26.67º88.44%66.08%-
HSV(B)26.67º62.45%96.08%-
XYZ52.1645.3316.13-
YUV177.6679.66176.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 160 (62.89% from 255) = 32.19%
BLUE value IS 92 (36.33% from 255) = 18.51%
R=49.30%
G=32.19%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451609200.350.620.0426.6788.4466.08
HexF5A05C0233E41b5842
Octal36524013404376433130102
Binary1111010110100000101110001000111111101001101110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A05C; }

 p { color: rgb(245,160,92); }

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

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

 a { background-color: rgb(245,160,92); }

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

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

 span { border-color: rgb(245,160,92); }

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