#F1975C

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

Shades of Sandy Brown #F1975C

Tints of Sandy Brown #F1975C

Color information

#F1975C (or 0xF1975C) is unknown color: approx Sandy Brown. HEX triplet: F1, 97 and 5C. RGB value is (241,151,92). Sum of RGB (Red+Green+Blue) = 241+151+92=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1975C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1975C is #0E68A3. Grayscale: #ABABAB. Windows color (decimal): -944292 or 6068209. OLE color: 6068209.

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

Color convert

RGB24115192-
CMYK00.370.620.05
HSL23.76º84.18%65.29%-
HSV(B)23.76º61.83%94.51%-
XYZ49.2741.6115.56-
YUV171.1883.32177.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.79%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 92 (36.33% from 255) = 19.01%
R=49.79%
G=31.20%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411519200.370.620.0523.7684.1865.29
HexF1975C0253E5185441
Octal36122713404576530124101
Binary1111000110010111101110001001011111101011100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1975C; }

 p { color: rgb(241,151,92); }

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

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

 a { background-color: rgb(241,151,92); }

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

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

 span { border-color: rgb(241,151,92); }

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