#F6A266

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

Shades of Sandy Brown #F6A266

Tints of Sandy Brown #F6A266

Color information

#F6A266 (or 0xF6A266) is unknown color: approx Sandy Brown. HEX triplet: F6, A2 and 66. RGB value is (246,162,102). Sum of RGB (Red+Green+Blue) = 246+162+102=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A266 is #095D99. Grayscale: #B4B4B4. Windows color (decimal): -613786 or 6726390. OLE color: 6726390.

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

Color convert

RGB246162102-
CMYK00.340.590.04
HSL25º88.89%68.24%-
HSV(B)25º58.54%96.47%-
XYZ53.3246.3918.71-
YUV180.2883.83174.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.24%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 102 (40.23% from 255) = 20%
R=48.24%
G=31.76%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616210200.340.590.042588.8968.24
HexF6A2660223B4195944
Octal36624214604273431131104
Binary1111011010100010110011001000101110111001100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A266; }

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

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

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

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

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

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

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

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