#F6A35C

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

Shades of Sandy Brown #F6A35C

Tints of Sandy Brown #F6A35C

Color information

#F6A35C (or 0xF6A35C) is unknown color: approx Sandy Brown. HEX triplet: F6, A3 and 5C. RGB value is (246,163,92). Sum of RGB (Red+Green+Blue) = 246+163+92=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A35C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A35C is #095CA3. Grayscale: #B4B4B4. Windows color (decimal): -613540 or 6071286. OLE color: 6071286.

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

Color convert

RGB24616392-
CMYK00.340.630.04
HSL27.66º89.53%66.27%-
HSV(B)27.66º62.6%96.47%-
XYZ53.0346.5616.32-
YUV179.7278.5175.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.10%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=49.10%
G=32.53%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461639200.340.630.0427.6689.5366.27
HexF6A35C0223F41c5a42
Octal36624313404277434132102
Binary1111011010100011101110001000101111111001110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A35C; }

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

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

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

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

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

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

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

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