#F1A36A

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

Shades of Sandy Brown #F1A36A

Tints of Sandy Brown #F1A36A

Color information

#F1A36A (or 0xF1A36A) is unknown color: approx Sandy Brown. HEX triplet: F1, A3 and 6A. RGB value is (241,163,106). Sum of RGB (Red+Green+Blue) = 241+163+106=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A36A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A36A is #0E5C95. Grayscale: #B4B4B4. Windows color (decimal): -941206 or 6988785. OLE color: 6988785.

HSL color Cylindrical-coordinate representation of color #F1A36A: hue angle of 25.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1A36A is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241163106-
CMYK00.320.560.05
HSL25.33º82.82%68.04%-
HSV(B)25.33º56.02%94.51%-
XYZ51.9745.9419.76-
YUV179.8286.34171.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 106 (41.80% from 255) = 20.78%
R=47.25%
G=31.96%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116310600.320.560.0525.3382.8268.04
HexF1A36A020385195344
Octal36124315204070531123104
Binary1111000110100011110101001000001110001011100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A36A; }

 p { color: rgb(241,163,106); }

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

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

 a { background-color: rgb(241,163,106); }

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

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

 span { border-color: rgb(241,163,106); }

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