#F19860

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

Shades of Sandy Brown #F19860

Tints of Sandy Brown #F19860

Color information

#F19860 (or 0xF19860) is unknown color: approx Sandy Brown. HEX triplet: F1, 98 and 60. RGB value is (241,152,96). Sum of RGB (Red+Green+Blue) = 241+152+96=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F19860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19860 is #0E679F. Grayscale: #ACACAC. Windows color (decimal): -944032 or 6330609. OLE color: 6330609.

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

Color convert

RGB24115296-
CMYK00.370.600.05
HSL23.17º83.82%66.08%-
HSV(B)23.17º60.17%94.51%-
XYZ49.624216.56-
YUV172.2384.99177.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 96 (37.89% from 255) = 19.63%
R=49.28%
G=31.08%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411529600.370.600.0523.1783.8266.08
HexF198600253C5175442
Octal36123014004574527124102
Binary1111000110011000110000001001011111001011011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19860; }

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

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

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

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

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

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

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

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