#F1A56A

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

Shades of Sandy Brown #F1A56A

Tints of Sandy Brown #F1A56A

Color information

#F1A56A (or 0xF1A56A) is unknown color: approx Sandy Brown. HEX triplet: F1, A5 and 6A. RGB value is (241,165,106). Sum of RGB (Red+Green+Blue) = 241+165+106=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A56A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A56A is #0E5A95. Grayscale: #B5B5B5. Windows color (decimal): -940694 or 6989297. OLE color: 6989297.

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

Color convert

RGB241165106-
CMYK00.320.560.05
HSL26.22º82.82%68.04%-
HSV(B)26.22º56.02%94.51%-
XYZ52.3346.6519.88-
YUV18185.68170.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 106 (41.80% from 255) = 20.70%
R=47.07%
G=32.23%
B=20.70%

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
Decimal24116510600.320.560.0526.2282.8268.04
HexF1A56A0203851a5344
Octal36124515204070532123104
Binary1111000110100101110101001000001110001011101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A56A; }

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

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

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

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

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

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

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

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