#F8A057

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

Shades of Sandy Brown #F8A057

Tints of Sandy Brown #F8A057

Color information

#F8A057 (or 0xF8A057) is unknown color: approx Sandy Brown. HEX triplet: F8, A0 and 57. RGB value is (248,160,87). Sum of RGB (Red+Green+Blue) = 248+160+87=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A057 is #075FA8. Grayscale: #B2B2B2. Windows color (decimal): -483241 or 5742840. OLE color: 5742840.

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

Color convert

RGB24816087-
CMYK00.350.650.03
HSL27.2º92%65.69%-
HSV(B)27.2º64.92%97.25%-
XYZ5345.7915.06-
YUV177.9976.65177.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.10%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 87 (34.38% from 255) = 17.58%
R=50.10%
G=32.32%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481608700.350.650.0327.29265.69
HexF8A0570234131b5c42
Octal370240127043101333134102
Binary1111100010100000101011101000111000001111101110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A057; }

 p { color: rgb(248,160,87); }

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

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

 a { background-color: rgb(248,160,87); }

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

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

 span { border-color: rgb(248,160,87); }

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