#F1965D

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

Shades of Sandy Brown #F1965D

Tints of Sandy Brown #F1965D

Color information

#F1965D (or 0xF1965D) is unknown color: approx Sandy Brown. HEX triplet: F1, 96 and 5D. RGB value is (241,150,93). Sum of RGB (Red+Green+Blue) = 241+150+93=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1965D is #0E69A2. Grayscale: #ABABAB. Windows color (decimal): -944547 or 6133489. OLE color: 6133489.

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

Color convert

RGB24115093-
CMYK00.380.610.05
HSL23.11º84.09%65.49%-
HSV(B)23.11º61.41%94.51%-
XYZ49.1641.315.74-
YUV170.7184.15178.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.79%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=49.79%
G=30.99%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411509300.380.610.0523.1184.0965.49
HexF1965D0263D5175441
Octal36122613504675527124101
Binary1111000110010110101110101001101111011011011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1965D; }

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

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

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

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

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

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

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

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