#F1A261

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

Shades of Sandy Brown #F1A261

Tints of Sandy Brown #F1A261

Color information

#F1A261 (or 0xF1A261) is unknown color: approx Sandy Brown. HEX triplet: F1, A2 and 61. RGB value is (241,162,97). Sum of RGB (Red+Green+Blue) = 241+162+97=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A261 is #0E5D9E. Grayscale: #B2B2B2. Windows color (decimal): -941471 or 6398705. OLE color: 6398705.

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

Color convert

RGB24116297-
CMYK00.330.600.05
HSL27.08º83.72%66.27%-
HSV(B)27.08º59.75%94.51%-
XYZ51.3545.417.37-
YUV178.2182.17172.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=48.2%
G=32.4%
B=19.4%

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
Decimal2411629700.330.600.0527.0883.7266.27
HexF1A2610213C51b5442
Octal36124214104174533124102
Binary1111000110100010110000101000011111001011101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A261; }

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

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

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

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

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

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

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

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