#F1985D

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

Shades of Sandy Brown #F1985D

Tints of Sandy Brown #F1985D

Color information

#F1985D (or 0xF1985D) is unknown color: approx Sandy Brown. HEX triplet: F1, 98 and 5D. RGB value is (241,152,93). Sum of RGB (Red+Green+Blue) = 241+152+93=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1985D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1985D is #0E67A2. Grayscale: #ACACAC. Windows color (decimal): -944035 or 6134001. OLE color: 6134001.

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

Color convert

RGB24115293-
CMYK00.370.610.05
HSL23.92º84.09%65.49%-
HSV(B)23.92º61.41%94.51%-
XYZ49.4841.9515.84-
YUV171.8883.49177.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.59%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 93 (36.72% from 255) = 19.14%
R=49.59%
G=31.28%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411529300.370.610.0523.9284.0965.49
HexF1985D0253D5185441
Octal36123013504575530124101
Binary1111000110011000101110101001011111011011100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1985D; }

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

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

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

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

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

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

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

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