#F1A05C

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

Shades of Sandy Brown #F1A05C

Tints of Sandy Brown #F1A05C

Color information

#F1A05C (or 0xF1A05C) is unknown color: approx Sandy Brown. HEX triplet: F1, A0 and 5C. RGB value is (241,160,92). Sum of RGB (Red+Green+Blue) = 241+160+92=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A05C is #0E5FA3. Grayscale: #B0B0B0. Windows color (decimal): -941988 or 6070513. OLE color: 6070513.

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

Color convert

RGB24116092-
CMYK00.340.620.05
HSL27.38º84.18%65.29%-
HSV(B)27.38º61.83%94.51%-
XYZ50.7844.6216.06-
YUV176.4780.34174.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 92 (36.33% from 255) = 18.66%
R=48.88%
G=32.45%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411609200.340.620.0527.3884.1865.29
HexF1A05C0223E51b5441
Octal36124013404276533124101
Binary1111000110100000101110001000101111101011101110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A05C; }

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

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

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

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

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

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

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

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