#F1A66C

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

Shades of Sandy Brown #F1A66C

Tints of Sandy Brown #F1A66C

Color information

#F1A66C (or 0xF1A66C) is unknown color: approx Sandy Brown. HEX triplet: F1, A6 and 6C. RGB value is (241,166,108). Sum of RGB (Red+Green+Blue) = 241+166+108=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A66C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A66C is #0E5993. Grayscale: #B6B6B6. Windows color (decimal): -940436 or 7120625. OLE color: 7120625.

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

Color convert

RGB241166108-
CMYK00.310.550.05
HSL26.17º82.61%68.43%-
HSV(B)26.17º55.19%94.51%-
XYZ52.6247.0620.5-
YUV181.8186.35170.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 108 (42.58% from 255) = 20.97%
R=46.80%
G=32.23%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116610800.310.550.0526.1782.6168.43
HexF1A66C01F3751a5344
Octal36124615403767532123104
Binary111100011010011011011000111111101111011101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A66C; }

 p { color: rgb(241,166,108); }

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

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

 a { background-color: rgb(241,166,108); }

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

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

 span { border-color: rgb(241,166,108); }

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