#F6A268

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

Shades of Sandy Brown #F6A268

Tints of Sandy Brown #F6A268

Color information

#F6A268 (or 0xF6A268) is unknown color: approx Sandy Brown. HEX triplet: F6, A2 and 68. RGB value is (246,162,104). Sum of RGB (Red+Green+Blue) = 246+162+104=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A268 is #095D97. Grayscale: #B4B4B4. Windows color (decimal): -613784 or 6857462. OLE color: 6857462.

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

Color convert

RGB246162104-
CMYK00.340.580.04
HSL24.51º88.75%68.63%-
HSV(B)24.51º57.72%96.47%-
XYZ53.4346.4319.24-
YUV180.584.83174.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.05%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 104 (41.02% from 255) = 20.31%
R=48.05%
G=31.64%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616210400.340.580.0424.5188.7568.63
HexF6A2680223A4195945
Octal36624215004272431131105
Binary1111011010100010110100001000101110101001100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A268; }

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

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

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

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

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

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

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

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