#F1965F

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

Shades of Sandy Brown #F1965F

Tints of Sandy Brown #F1965F

Color information

#F1965F (or 0xF1965F) is unknown color: approx Sandy Brown. HEX triplet: F1, 96 and 5F. RGB value is (241,150,95). Sum of RGB (Red+Green+Blue) = 241+150+95=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1965F is #0E69A0. Grayscale: #ABABAB. Windows color (decimal): -944545 or 6264561. OLE color: 6264561.

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

Color convert

RGB24115095-
CMYK00.380.610.05
HSL22.6º83.91%65.88%-
HSV(B)22.6º60.58%94.51%-
XYZ49.2541.3416.21-
YUV170.9485.15177.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.59%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 95 (37.5% from 255) = 19.55%
R=49.59%
G=30.86%
B=19.55%

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
Decimal2411509500.380.610.0522.683.9165.88
HexF1965F0263D5175442
Octal36122613704675527124102
Binary1111000110010110101111101001101111011011011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1965F; }

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

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

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

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

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

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

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

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