#F5A15C

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

Shades of Sandy Brown #F5A15C

Tints of Sandy Brown #F5A15C

Color information

#F5A15C (or 0xF5A15C) is unknown color: approx Sandy Brown. HEX triplet: F5, A1 and 5C. RGB value is (245,161,92). Sum of RGB (Red+Green+Blue) = 245+161+92=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A15C is #0A5EA3. Grayscale: #B2B2B2. Windows color (decimal): -679588 or 6070773. OLE color: 6070773.

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

Color convert

RGB24516192-
CMYK00.340.620.04
HSL27.06º88.44%66.08%-
HSV(B)27.06º62.45%96.08%-
XYZ52.3345.6716.18-
YUV178.2579.33175.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.20%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 92 (36.33% from 255) = 18.47%
R=49.20%
G=32.33%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451619200.340.620.0427.0688.4466.08
HexF5A15C0223E41b5842
Octal36524113404276433130102
Binary1111010110100001101110001000101111101001101110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A15C; }

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

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

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

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

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

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

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

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