#F1A860

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

Shades of Sandy Brown #F1A860

Tints of Sandy Brown #F1A860

Color information

#F1A860 (or 0xF1A860) is unknown color: approx Sandy Brown. HEX triplet: F1, A8 and 60. RGB value is (241,168,96). Sum of RGB (Red+Green+Blue) = 241+168+96=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A860 is #0E579F. Grayscale: #B5B5B5. Windows color (decimal): -939936 or 6334705. OLE color: 6334705.

HSL color Cylindrical-coordinate representation of color #F1A860: hue angle of 29.79º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1A860 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24116896-
CMYK00.300.600.05
HSL29.79º83.82%66.08%-
HSV(B)29.79º60.17%94.51%-
XYZ52.3947.5517.48-
YUV181.6279.68170.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 96 (37.89% from 255) = 19.01%
R=47.72%
G=33.27%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411689600.300.600.0529.7983.8266.08
HexF1A86001E3C51e5442
Octal36125014003674536124102
Binary111100011010100011000000111101111001011111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A860; }

 p { color: rgb(241,168,96); }

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

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

 a { background-color: rgb(241,168,96); }

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

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

 span { border-color: rgb(241,168,96); }

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