#F1A06A

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

Shades of Sandy Brown #F1A06A

Tints of Sandy Brown #F1A06A

Color information

#F1A06A (or 0xF1A06A) is unknown color: approx Sandy Brown. HEX triplet: F1, A0 and 6A. RGB value is (241,160,106). Sum of RGB (Red+Green+Blue) = 241+160+106=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A06A is #0E5F95. Grayscale: #B2B2B2. Windows color (decimal): -941974 or 6988017. OLE color: 6988017.

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

Color convert

RGB241160106-
CMYK00.340.560.05
HSL24º82.82%68.04%-
HSV(B)24º56.02%94.51%-
XYZ51.4544.8819.59-
YUV178.0687.34172.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=47.53%
G=31.56%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116010600.340.560.052482.8268.04
HexF1A06A022385185344
Octal36124015204270530123104
Binary1111000110100000110101001000101110001011100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A06A; }

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

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

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

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

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

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

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

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