#F5A65D

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

Shades of Sandy Brown #F5A65D

Tints of Sandy Brown #F5A65D

Color information

#F5A65D (or 0xF5A65D) is unknown color: approx Sandy Brown. HEX triplet: F5, A6 and 5D. RGB value is (245,166,93). Sum of RGB (Red+Green+Blue) = 245+166+93=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A65D is #0A59A2. Grayscale: #B5B5B5. Windows color (decimal): -678307 or 6137589. OLE color: 6137589.

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

Color convert

RGB24516693-
CMYK00.320.620.04
HSL28.82º88.37%66.27%-
HSV(B)28.82º62.04%96.08%-
XYZ53.2747.4816.71-
YUV181.378.17173.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.61%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 93 (36.72% from 255) = 18.45%
R=48.61%
G=32.94%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451669300.320.620.0428.8288.3766.27
HexF5A65D0203E41d5842
Octal36524613504076435130102
Binary1111010110100110101110101000001111101001110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A65D; }

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

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

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

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

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

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

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

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