#F1A35D

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

Shades of Sandy Brown #F1A35D

Tints of Sandy Brown #F1A35D

Color information

#F1A35D (or 0xF1A35D) is unknown color: approx Sandy Brown. HEX triplet: F1, A3 and 5D. RGB value is (241,163,93). Sum of RGB (Red+Green+Blue) = 241+163+93=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A35D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A35D is #0E5CA2. Grayscale: #B2B2B2. Windows color (decimal): -941219 or 6136817. OLE color: 6136817.

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

Color convert

RGB24116393-
CMYK00.320.610.05
HSL28.38º84.09%65.49%-
HSV(B)28.38º61.41%94.51%-
XYZ51.3545.6916.47-
YUV178.3479.84172.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 93 (36.72% from 255) = 18.71%
R=48.49%
G=32.80%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411639300.320.610.0528.3884.0965.49
HexF1A35D0203D51c5441
Octal36124313504075534124101
Binary1111000110100011101110101000001111011011110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A35D; }

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

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

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

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

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

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

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

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