#F5995D

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

Shades of Sandy Brown #F5995D

Tints of Sandy Brown #F5995D

Color information

#F5995D (or 0xF5995D) is unknown color: approx Sandy Brown. HEX triplet: F5, 99 and 5D. RGB value is (245,153,93). Sum of RGB (Red+Green+Blue) = 245+153+93=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5995D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5995D is #0A66A2. Grayscale: #ADADAD. Windows color (decimal): -681635 or 6134261. OLE color: 6134261.

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

Color convert

RGB24515393-
CMYK00.380.620.04
HSL23.68º88.37%66.27%-
HSV(B)23.68º62.04%96.08%-
XYZ51.0242.9915.96-
YUV173.6782.48178.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.90%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=49.90%
G=31.16%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451539300.380.620.0423.6888.3766.27
HexF5995D0263E4185842
Octal36523113504676430130102
Binary1111010110011001101110101001101111101001100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5995D; }

 p { color: rgb(245,153,93); }

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

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

 a { background-color: rgb(245,153,93); }

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

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

 span { border-color: rgb(245,153,93); }

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