#F2A061

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

Shades of Sandy Brown #F2A061

Tints of Sandy Brown #F2A061

Color information

#F2A061 (or 0xF2A061) is unknown color: approx Sandy Brown. HEX triplet: F2, A0 and 61. RGB value is (242,160,97). Sum of RGB (Red+Green+Blue) = 242+160+97=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A061 is #0D5F9E. Grayscale: #B1B1B1. Windows color (decimal): -876447 or 6398194. OLE color: 6398194.

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

Color convert

RGB24216097-
CMYK00.340.600.05
HSL26.07º84.8%66.47%-
HSV(B)26.07º59.92%94.9%-
XYZ51.3544.8817.27-
YUV177.3482.67174.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 97 (38.28% from 255) = 19.44%
R=48.50%
G=32.06%
B=19.44%

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
Decimal2421609700.340.600.0526.0784.866.47
HexF2A0610223C51a5542
Octal36224014104274532125102
Binary1111001010100000110000101000101111001011101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A061; }

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

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

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

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

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

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

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

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