#F6A65C

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

Shades of Sandy Brown #F6A65C

Tints of Sandy Brown #F6A65C

Color information

#F6A65C (or 0xF6A65C) is unknown color: approx Sandy Brown. HEX triplet: F6, A6 and 5C. RGB value is (246,166,92). Sum of RGB (Red+Green+Blue) = 246+166+92=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A65C is #0959A3. Grayscale: #B5B5B5. Windows color (decimal): -612772 or 6072054. OLE color: 6072054.

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

Color convert

RGB24616692-
CMYK00.330.630.04
HSL28.83º89.53%66.27%-
HSV(B)28.83º62.6%96.47%-
XYZ53.5747.6416.5-
YUV181.4877.5174.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.81%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 92 (36.33% from 255) = 18.25%
R=48.81%
G=32.94%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461669200.330.630.0428.8389.5366.27
HexF6A65C0213F41d5a42
Octal36624613404177435132102
Binary1111011010100110101110001000011111111001110110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A65C; }

 p { color: rgb(246,166,92); }

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

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

 a { background-color: rgb(246,166,92); }

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

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

 span { border-color: rgb(246,166,92); }

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