#F1A661

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

Shades of Sandy Brown #F1A661

Tints of Sandy Brown #F1A661

Color information

#F1A661 (or 0xF1A661) is unknown color: approx Sandy Brown. HEX triplet: F1, A6 and 61. RGB value is (241,166,97). Sum of RGB (Red+Green+Blue) = 241+166+97=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A661 is #0E599E. Grayscale: #B4B4B4. Windows color (decimal): -940447 or 6399729. OLE color: 6399729.

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

Color convert

RGB24116697-
CMYK00.310.600.05
HSL28.75º83.72%66.27%-
HSV(B)28.75º59.75%94.51%-
XYZ52.0746.8417.61-
YUV180.5680.85171.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 97 (38.28% from 255) = 19.25%
R=47.82%
G=32.94%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411669700.310.600.0528.7583.7266.27
HexF1A66101F3C51d5442
Octal36124614103774535124102
Binary111100011010011011000010111111111001011110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A661; }

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

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

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

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

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

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

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

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