#F1AA60

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

Shades of Sandy Brown #F1AA60

Tints of Sandy Brown #F1AA60

Color information

#F1AA60 (or 0xF1AA60) is unknown color: approx Sandy Brown. HEX triplet: F1, AA and 60. RGB value is (241,170,96). Sum of RGB (Red+Green+Blue) = 241+170+96=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AA60 is #0E559F. Grayscale: #B7B7B7. Windows color (decimal): -939424 or 6335217. OLE color: 6335217.

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

Color convert

RGB24117096-
CMYK00.290.600.05
HSL30.62º83.82%66.08%-
HSV(B)30.62º60.17%94.51%-
XYZ52.7648.2917.61-
YUV182.7979.02169.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 96 (37.89% from 255) = 18.93%
R=47.53%
G=33.53%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411709600.290.600.0530.6283.8266.08
HexF1AA6001D3C51f5442
Octal36125214003574537124102
Binary111100011010101011000000111011111001011111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AA60; }

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

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

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

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

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

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

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

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