#F59C5F

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

Shades of Sandy Brown #F59C5F

Tints of Sandy Brown #F59C5F

Color information

#F59C5F (or 0xF59C5F) is unknown color: approx Sandy Brown. HEX triplet: F5, 9C and 5F. RGB value is (245,156,95). Sum of RGB (Red+Green+Blue) = 245+156+95=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59C5F is #0A63A0. Grayscale: #AFAFAF. Windows color (decimal): -680865 or 6266101. OLE color: 6266101.

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

Color convert

RGB24515695-
CMYK00.360.610.04
HSL24.4º88.24%66.67%-
HSV(B)24.4º61.22%96.08%-
XYZ51.6144.0216.6-
YUV175.6682.49177.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 95 (37.5% from 255) = 19.15%
R=49.40%
G=31.45%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451569500.360.610.0424.488.2466.67
HexF59C5F0243D4185843
Octal36523413704475430130103
Binary1111010110011100101111101001001111011001100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59C5F; }

 p { color: rgb(245,156,95); }

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

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

 a { background-color: rgb(245,156,95); }

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

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

 span { border-color: rgb(245,156,95); }

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