#F5A469

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

Shades of Sandy Brown #F5A469

Tints of Sandy Brown #F5A469

Color information

#F5A469 (or 0xF5A469) is unknown color: approx Sandy Brown. HEX triplet: F5, A4 and 69. RGB value is (245,164,105). Sum of RGB (Red+Green+Blue) = 245+164+105=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A469 is #0A5B96. Grayscale: #B5B5B5. Windows color (decimal): -678807 or 6923509. OLE color: 6923509.

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

Color convert

RGB245164105-
CMYK00.330.570.04
HSL25.29º87.5%68.63%-
HSV(B)25.29º57.14%96.08%-
XYZ53.4846.9819.61-
YUV181.4984.84173.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.67%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=47.67%
G=31.91%
B=20.43%

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
Decimal24516410500.330.570.0425.2987.568.63
HexF5A469021394195845
Octal36524415104171431130105
Binary1111010110100100110100101000011110011001100110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A469; }

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

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

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

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

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

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

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

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