#F1A055

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

Shades of Sandy Brown #F1A055

Tints of Sandy Brown #F1A055

Color information

#F1A055 (or 0xF1A055) is unknown color: approx Sandy Brown. HEX triplet: F1, A0 and 55. RGB value is (241,160,85). Sum of RGB (Red+Green+Blue) = 241+160+85=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A055 is #0E5FAA. Grayscale: #B0B0B0. Windows color (decimal): -941995 or 5611761. OLE color: 5611761.

HSL color Cylindrical-coordinate representation of color #F1A055: hue angle of 28.85º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1A055 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24116085-
CMYK00.340.650.05
HSL28.85º84.78%63.92%-
HSV(B)28.85º64.73%94.51%-
XYZ50.4944.514.52-
YUV175.6776.84174.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.59%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=49.59%
G=32.92%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411608500.340.650.0528.8584.7863.92
HexF1A0550224151d5540
Octal361240125042101535125100
Binary11110001101000001010101010001010000011011110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A055; }

 p { color: rgb(241,160,85); }

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

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

 a { background-color: rgb(241,160,85); }

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

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

 span { border-color: rgb(241,160,85); }

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