#F1975D

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

Shades of Sandy Brown #F1975D

Tints of Sandy Brown #F1975D

Color information

#F1975D (or 0xF1975D) is unknown color: approx Sandy Brown. HEX triplet: F1, 97 and 5D. RGB value is (241,151,93). Sum of RGB (Red+Green+Blue) = 241+151+93=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1975D is #0E68A2. Grayscale: #ABABAB. Windows color (decimal): -944291 or 6133745. OLE color: 6133745.

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

Color convert

RGB24115193-
CMYK00.370.610.05
HSL23.51º84.09%65.49%-
HSV(B)23.51º61.41%94.51%-
XYZ49.3241.6215.79-
YUV171.383.82177.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=49.69%
G=31.13%
B=19.18%

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
Decimal2411519300.370.610.0523.5184.0965.49
HexF1975D0253D5185441
Octal36122713504575530124101
Binary1111000110010111101110101001011111011011100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1975D; }

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

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

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

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

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

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

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

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