#F6A15D

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

Shades of Sandy Brown #F6A15D

Tints of Sandy Brown #F6A15D

Color information

#F6A15D (or 0xF6A15D) is unknown color: approx Sandy Brown. HEX triplet: F6, A1 and 5D. RGB value is (246,161,93). Sum of RGB (Red+Green+Blue) = 246+161+93=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A15D is #095EA2. Grayscale: #B3B3B3. Windows color (decimal): -614051 or 6136310. OLE color: 6136310.

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

Color convert

RGB24616193-
CMYK00.350.620.04
HSL26.67º89.47%66.47%-
HSV(B)26.67º62.2%96.47%-
XYZ52.7345.8716.43-
YUV178.6679.66176.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.2%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=49.2%
G=32.2%
B=18.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461619300.350.620.0426.6789.4766.47
HexF6A15D0233E41b5942
Octal36624113504376433131102
Binary1111011010100001101110101000111111101001101110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A15D; }

 p { color: rgb(246,161,93); }

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

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

 a { background-color: rgb(246,161,93); }

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

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

 span { border-color: rgb(246,161,93); }

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