#F6A455

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

Shades of Sandy Brown #F6A455

Tints of Sandy Brown #F6A455

Color information

#F6A455 (or 0xF6A455) is unknown color: approx Sandy Brown. HEX triplet: F6, A4 and 55. RGB value is (246,164,85). Sum of RGB (Red+Green+Blue) = 246+164+85=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A455 is #095BAA. Grayscale: #B3B3B3. Windows color (decimal): -613291 or 5612790. OLE color: 5612790.

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

Color convert

RGB24616485-
CMYK00.330.650.04
HSL29.44º89.94%64.9%-
HSV(B)29.44º65.45%96.47%-
XYZ52.9246.814.84-
YUV179.5174.67175.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.70%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 85 (33.59% from 255) = 17.17%
R=49.70%
G=33.13%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461648500.330.650.0429.4489.9464.9
HexF6A4550214141d5a41
Octal366244125041101435132101
Binary11110110101001001010101010000110000011001110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A455; }

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

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

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

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

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

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

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

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