#f1a061

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

Shades of Sandy Brown #F1A061

Tints of Sandy Brown #F1A061

Color information

#F1A061 (or 0xF1A061) is unknown color: approx Sandy Brown. HEX triplet: F1, A0 and 61. RGB value is (241,160,97). Sum of RGB (Red+Green+Blue) = 241+160+97=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A061 is #0E5F9E. Grayscale: #B1B1B1. Windows color (decimal): -941983 or 6398193. OLE color: 6398193.

HSL color Cylindrical-coordinate representation of color #F1A061: hue angle of 26.25º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1A061 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24116097-
CMYK00.340.600.05
HSL26.25º83.72%66.27%-
HSV(B)26.25º59.75%94.51%-
XYZ5144.7117.25-
YUV177.0482.84173.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 97 (38.28% from 255) = 19.48%
R=48.39%
G=32.13%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411609700.340.600.0526.2583.7266.27
HexF1A0610223C51a5442
Octal36124014104274532124102
Binary1111000110100000110000101000101111001011101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1a061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1a061; }

 p { color: rgb(241,160,97); }

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

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

 a { background-color: rgb(241,160,97); }

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

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

 span { border-color: rgb(241,160,97); }

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