#F1A15E

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

Shades of Sandy Brown #F1A15E

Tints of Sandy Brown #F1A15E

Color information

#F1A15E (or 0xF1A15E) is unknown color: approx Sandy Brown. HEX triplet: F1, A1 and 5E. RGB value is (241,161,94). Sum of RGB (Red+Green+Blue) = 241+161+94=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A15E is #0E5EA1. Grayscale: #B1B1B1. Windows color (decimal): -941730 or 6201841. OLE color: 6201841.

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

Color convert

RGB24116194-
CMYK00.330.610.05
HSL27.35º84%65.69%-
HSV(B)27.35º61%94.51%-
XYZ51.044516.59-
YUV177.2881173.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=48.59%
G=32.46%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411619400.330.610.0527.358465.69
HexF1A15E0213D51b5442
Octal36124113604175533124102
Binary1111000110100001101111001000011111011011101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A15E; }

 p { color: rgb(241,161,94); }

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

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

 a { background-color: rgb(241,161,94); }

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

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

 span { border-color: rgb(241,161,94); }

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