#F1A166

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

Shades of Sandy Brown #F1A166

Tints of Sandy Brown #F1A166

Color information

#F1A166 (or 0xF1A166) is unknown color: approx Sandy Brown. HEX triplet: F1, A1 and 66. RGB value is (241,161,102). Sum of RGB (Red+Green+Blue) = 241+161+102=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A166 is #0E5E99. Grayscale: #B2B2B2. Windows color (decimal): -941722 or 6726129. OLE color: 6726129.

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

Color convert

RGB241161102-
CMYK00.330.580.05
HSL25.47º83.23%67.25%-
HSV(B)25.47º57.68%94.51%-
XYZ51.4245.1518.58-
YUV178.1985172.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 102 (40.23% from 255) = 20.24%
R=47.82%
G=31.94%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116110200.330.580.0525.4783.2367.25
HexF1A1660213A5195343
Octal36124114604172531123103
Binary1111000110100001110011001000011110101011100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A166; }

 p { color: rgb(241,161,102); }

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

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

 a { background-color: rgb(241,161,102); }

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

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

 span { border-color: rgb(241,161,102); }

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