#F6A255

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

Shades of Sandy Brown #F6A255

Tints of Sandy Brown #F6A255

Color information

#F6A255 (or 0xF6A255) is unknown color: approx Sandy Brown. HEX triplet: F6, A2 and 55. RGB value is (246,162,85). Sum of RGB (Red+Green+Blue) = 246+162+85=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A255 is #095DAA. Grayscale: #B2B2B2. Windows color (decimal): -613803 or 5612278. OLE color: 5612278.

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

Color convert

RGB24616285-
CMYK00.340.650.04
HSL28.7º89.94%64.9%-
HSV(B)28.7º65.45%96.47%-
XYZ52.5746.0914.72-
YUV178.3475.33176.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.90%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 85 (33.59% from 255) = 17.24%
R=49.90%
G=32.86%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461628500.340.650.0428.789.9464.9
HexF6A2550224141d5a41
Octal366242125042101435132101
Binary11110110101000101010101010001010000011001110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A255; }

 p { color: rgb(246,162,85); }

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

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

 a { background-color: rgb(246,162,85); }

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

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

 span { border-color: rgb(246,162,85); }

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