#F5A467

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

Shades of Sandy Brown #F5A467

Tints of Sandy Brown #F5A467

Color information

#F5A467 (or 0xF5A467) is unknown color: approx Sandy Brown. HEX triplet: F5, A4 and 67. RGB value is (245,164,103). Sum of RGB (Red+Green+Blue) = 245+164+103=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A467 is #0A5B98. Grayscale: #B5B5B5. Windows color (decimal): -678809 or 6792437. OLE color: 6792437.

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

Color convert

RGB245164103-
CMYK00.330.580.04
HSL25.77º87.65%68.24%-
HSV(B)25.77º57.96%96.08%-
XYZ53.3846.9419.08-
YUV181.2683.84173.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.85%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 103 (40.62% from 255) = 20.12%
R=47.85%
G=32.03%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516410300.330.580.0425.7787.6568.24
HexF5A4670213A41a5844
Octal36524414704172432130104
Binary1111010110100100110011101000011110101001101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A467; }

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

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

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

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

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

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

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

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