#F1A260

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

Shades of Sandy Brown #F1A260

Tints of Sandy Brown #F1A260

Color information

#F1A260 (or 0xF1A260) is unknown color: approx Sandy Brown. HEX triplet: F1, A2 and 60. RGB value is (241,162,96). Sum of RGB (Red+Green+Blue) = 241+162+96=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A260 is #0E5D9F. Grayscale: #B2B2B2. Windows color (decimal): -941472 or 6333169. OLE color: 6333169.

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

Color convert

RGB24116296-
CMYK00.330.600.05
HSL27.31º83.82%66.08%-
HSV(B)27.31º60.17%94.51%-
XYZ51.3145.3917.12-
YUV178.181.67172.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 96 (37.89% from 255) = 19.24%
R=48.30%
G=32.46%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411629600.330.600.0527.3183.8266.08
HexF1A2600213C51b5442
Octal36124214004174533124102
Binary1111000110100010110000001000011111001011101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A260; }

 p { color: rgb(241,162,96); }

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

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

 a { background-color: rgb(241,162,96); }

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

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

 span { border-color: rgb(241,162,96); }

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