#F1A46A

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

Shades of Sandy Brown #F1A46A

Tints of Sandy Brown #F1A46A

Color information

#F1A46A (or 0xF1A46A) is unknown color: approx Sandy Brown. HEX triplet: F1, A4 and 6A. RGB value is (241,164,106). Sum of RGB (Red+Green+Blue) = 241+164+106=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A46A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A46A is #0E5B95. Grayscale: #B4B4B4. Windows color (decimal): -940950 or 6989041. OLE color: 6989041.

HSL color Cylindrical-coordinate representation of color #F1A46A: hue angle of 25.78º 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 #F1A46A is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241164106-
CMYK00.320.560.05
HSL25.78º82.82%68.04%-
HSV(B)25.78º56.02%94.51%-
XYZ52.1546.2919.82-
YUV180.4186.01171.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 106 (41.80% from 255) = 20.74%
R=47.16%
G=32.09%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116410600.320.560.0525.7882.8268.04
HexF1A46A0203851a5344
Octal36124415204070532123104
Binary1111000110100100110101001000001110001011101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A46A; }

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

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

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

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

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

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

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

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