#F1A65D

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

Shades of Sandy Brown #F1A65D

Tints of Sandy Brown #F1A65D

Color information

#F1A65D (or 0xF1A65D) is unknown color: approx Sandy Brown. HEX triplet: F1, A6 and 5D. RGB value is (241,166,93). Sum of RGB (Red+Green+Blue) = 241+166+93=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A65D is #0E59A2. Grayscale: #B4B4B4. Windows color (decimal): -940451 or 6137585. OLE color: 6137585.

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

Color convert

RGB24116693-
CMYK00.310.610.05
HSL29.59º84.09%65.49%-
HSV(B)29.59º61.41%94.51%-
XYZ51.8946.7616.65-
YUV180.178.85171.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 166 (65.23% from 255) = 33.2%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=48.2%
G=33.2%
B=18.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411669300.310.610.0529.5984.0965.49
HexF1A65D01F3D51e5441
Octal36124613503775536124101
Binary111100011010011010111010111111111011011111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A65D; }

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

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

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

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

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

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

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

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