#F1A461

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

Shades of Sandy Brown #F1A461

Tints of Sandy Brown #F1A461

Color information

#F1A461 (or 0xF1A461) is unknown color: approx Sandy Brown. HEX triplet: F1, A4 and 61. RGB value is (241,164,97). Sum of RGB (Red+Green+Blue) = 241+164+97=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A461 is #0E5B9E. Grayscale: #B3B3B3. Windows color (decimal): -940959 or 6399217. OLE color: 6399217.

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

Color convert

RGB24116497-
CMYK00.320.600.05
HSL27.92º83.72%66.27%-
HSV(B)27.92º59.75%94.51%-
XYZ51.7146.1117.48-
YUV179.3881.51171.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 97 (38.28% from 255) = 19.32%
R=48.01%
G=32.67%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411649700.320.600.0527.9283.7266.27
HexF1A4610203C51c5442
Octal36124414104074534124102
Binary1111000110100100110000101000001111001011110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A461; }

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

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

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

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

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

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

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

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