#F5A369

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

Shades of Sandy Brown #F5A369

Tints of Sandy Brown #F5A369

Color information

#F5A369 (or 0xF5A369) is unknown color: approx Sandy Brown. HEX triplet: F5, A3 and 69. RGB value is (245,163,105). Sum of RGB (Red+Green+Blue) = 245+163+105=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A369 is #0A5C96. Grayscale: #B5B5B5. Windows color (decimal): -679063 or 6923253. OLE color: 6923253.

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

Color convert

RGB245163105-
CMYK00.330.570.04
HSL24.86º87.5%68.63%-
HSV(B)24.86º57.14%96.08%-
XYZ53.346.6319.56-
YUV180.9185.17173.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 105 (41.41% from 255) = 20.47%
R=47.76%
G=31.77%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516310500.330.570.0424.8687.568.63
HexF5A369021394195845
Octal36524315104171431130105
Binary1111010110100011110100101000011110011001100110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A369; }

 p { color: rgb(245,163,105); }

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

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

 a { background-color: rgb(245,163,105); }

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

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

 span { border-color: rgb(245,163,105); }

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