#F1A65B

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

Shades of Sandy Brown #F1A65B

Tints of Sandy Brown #F1A65B

Color information

#F1A65B (or 0xF1A65B) is unknown color: approx Sandy Brown. HEX triplet: F1, A6 and 5B. RGB value is (241,166,91). Sum of RGB (Red+Green+Blue) = 241+166+91=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A65B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A65B is #0E59A4. Grayscale: #B4B4B4. Windows color (decimal): -940453 or 6006513. OLE color: 6006513.

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

Color convert

RGB24116691-
CMYK00.310.620.05
HSL30º84.27%65.1%-
HSV(B)30º62.24%94.51%-
XYZ51.846.7316.19-
YUV179.8777.85171.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 18.27%
R=48.39%
G=33.33%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411669100.310.620.053084.2765.1
HexF1A65B01F3E51e5441
Octal36124613303776536124101
Binary111100011010011010110110111111111101011111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A65B; }

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

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

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

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

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

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

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

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