#F8A159

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

Shades of Sandy Brown #F8A159

Tints of Sandy Brown #F8A159

Color information

#F8A159 (or 0xF8A159) is unknown color: approx Sandy Brown. HEX triplet: F8, A1 and 59. RGB value is (248,161,89). Sum of RGB (Red+Green+Blue) = 248+161+89=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A159 is #075EA6. Grayscale: #B3B3B3. Windows color (decimal): -482983 or 5874168. OLE color: 5874168.

HSL color Cylindrical-coordinate representation of color #F8A159: hue angle of 27.17º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8A159 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24816189-
CMYK00.350.640.03
HSL27.17º91.91%66.08%-
HSV(B)27.17º64.11%97.25%-
XYZ53.2646.1715.56-
YUV178.877.32177.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.80%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 89 (35.16% from 255) = 17.87%
R=49.80%
G=32.33%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481618900.350.640.0327.1791.9166.08
HexF8A1590234031b5c42
Octal370241131043100333134102
Binary1111100010100001101100101000111000000111101110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A159; }

 p { color: rgb(248,161,89); }

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

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

 a { background-color: rgb(248,161,89); }

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

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

 span { border-color: rgb(248,161,89); }

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