#F09B60

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

Shades of Sandy Brown #F09B60

Tints of Sandy Brown #F09B60

Color information

#F09B60 (or 0xF09B60) is unknown color: approx Sandy Brown. HEX triplet: F0, 9B and 60. RGB value is (240,155,96). Sum of RGB (Red+Green+Blue) = 240+155+96=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09B60 is #0F649F. Grayscale: #AEAEAE. Windows color (decimal): -1008800 or 6331376. OLE color: 6331376.

HSL color Cylindrical-coordinate representation of color #F09B60: hue angle of 24.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F09B60 is Cyan = 0, Magento = 0.35, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB24015596-
CMYK00.350.60.06
HSL24.58º82.76%65.88%-
HSV(B)24.58º60%94.12%-
XYZ49.7742.8116.71-
YUV173.6984.16175.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 96 (37.89% from 255) = 19.55%
R=48.88%
G=31.57%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401559600.350.60.0624.5882.7665.88
HexF09B600233C6195342
Octal36023314004374631123102
Binary1111000010011011110000001000111111001101100110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09B60; }

 p { color: rgb(240,155,96); }

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

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

 a { background-color: rgb(240,155,96); }

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

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

 span { border-color: rgb(240,155,96); }

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