#F1A563

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

Shades of Sandy Brown #F1A563

Tints of Sandy Brown #F1A563

Color information

#F1A563 (or 0xF1A563) is unknown color: approx Sandy Brown. HEX triplet: F1, A5 and 63. RGB value is (241,165,99). Sum of RGB (Red+Green+Blue) = 241+165+99=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A563 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A563 is #0E5A9C. Grayscale: #B4B4B4. Windows color (decimal): -940701 or 6530545. OLE color: 6530545.

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

Color convert

RGB24116599-
CMYK00.320.590.05
HSL27.89º83.53%66.67%-
HSV(B)27.89º58.92%94.51%-
XYZ51.9846.5118.04-
YUV180.282.18171.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 99 (39.06% from 255) = 19.60%
R=47.72%
G=32.67%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411659900.320.590.0527.8983.5366.67
HexF1A5630203B51c5443
Octal36124514304073534124103
Binary1111000110100101110001101000001110111011110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A563; }

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

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

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

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

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

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

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

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