#F2A161

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

Shades of Sandy Brown #F2A161

Tints of Sandy Brown #F2A161

Color information

#F2A161 (or 0xF2A161) is unknown color: approx Sandy Brown. HEX triplet: F2, A1 and 61. RGB value is (242,161,97). Sum of RGB (Red+Green+Blue) = 242+161+97=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A161 is #0D5E9E. Grayscale: #B2B2B2. Windows color (decimal): -876191 or 6398450. OLE color: 6398450.

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

Color convert

RGB24216197-
CMYK00.330.600.05
HSL26.48º84.8%66.47%-
HSV(B)26.48º59.92%94.9%-
XYZ51.5245.2317.32-
YUV177.9282.34173.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.4%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=48.4%
G=32.2%
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
Decimal2421619700.330.600.0526.4884.866.47
HexF2A1610213C51a5542
Octal36224114104174532125102
Binary1111001010100001110000101000011111001011101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A161; }

 p { color: rgb(242,161,97); }

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

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

 a { background-color: rgb(242,161,97); }

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

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

 span { border-color: rgb(242,161,97); }

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