#f6a05a

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

Shades of Sandy Brown #F6A05A

Tints of Sandy Brown #F6A05A

Color information

#F6A05A (or 0xF6A05A) is unknown color: approx Sandy Brown. HEX triplet: F6, A0 and 5A. RGB value is (246,160,90). Sum of RGB (Red+Green+Blue) = 246+160+90=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A05A is #095FA5. Grayscale: #B2B2B2. Windows color (decimal): -614310 or 5939446. OLE color: 5939446.

HSL color Cylindrical-coordinate representation of color #F6A05A: hue angle of 26.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6A05A is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24616090-
CMYK00.350.630.04
HSL26.92º89.66%65.88%-
HSV(B)26.92º63.41%96.47%-
XYZ52.4245.4715.69-
YUV177.7378.49176.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.60%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 90 (35.55% from 255) = 18.15%
R=49.60%
G=32.26%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461609000.350.630.0426.9289.6665.88
HexF6A05A0233F41b5a42
Octal36624013204377433132102
Binary1111011010100000101101001000111111111001101110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6a05a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6a05a; }

 p { color: rgb(246,160,90); }

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

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

 a { background-color: rgb(246,160,90); }

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

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

 span { border-color: rgb(246,160,90); }

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