#F1A063

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

Shades of Sandy Brown #F1A063

Tints of Sandy Brown #F1A063

Color information

#F1A063 (or 0xF1A063) is unknown color: approx Sandy Brown. HEX triplet: F1, A0 and 63. RGB value is (241,160,99). Sum of RGB (Red+Green+Blue) = 241+160+99=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A063 is #0E5F9C. Grayscale: #B1B1B1. Windows color (decimal): -941981 or 6529265. OLE color: 6529265.

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

Color convert

RGB24116099-
CMYK00.340.590.05
HSL25.77º83.53%66.67%-
HSV(B)25.77º58.92%94.51%-
XYZ51.144.7417.75-
YUV177.2683.84173.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 99 (39.06% from 255) = 19.8%
R=48.2%
G=32%
B=19.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411609900.340.590.0525.7783.5366.67
HexF1A0630223B51a5443
Octal36124014304273532124103
Binary1111000110100000110001101000101110111011101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A063; }

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

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

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

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

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

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

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

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