#F1A555

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

Shades of Sandy Brown #F1A555

Tints of Sandy Brown #F1A555

Color information

#F1A555 (or 0xF1A555) is unknown color: approx Sandy Brown. HEX triplet: F1, A5 and 55. RGB value is (241,165,85). Sum of RGB (Red+Green+Blue) = 241+165+85=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A555 is #0E5AAA. Grayscale: #B2B2B2. Windows color (decimal): -940715 or 5613041. OLE color: 5613041.

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

Color convert

RGB24116585-
CMYK00.320.650.05
HSL30.77º84.78%63.92%-
HSV(B)30.77º64.73%94.51%-
XYZ51.3746.2714.82-
YUV178.675.18172.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.08%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 85 (33.59% from 255) = 17.31%
R=49.08%
G=33.60%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411658500.320.650.0530.7784.7863.92
HexF1A5550204151f5540
Octal361245125040101537125100
Binary11110001101001011010101010000010000011011111110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A555; }

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

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

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

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

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

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

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

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