#F0A460

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

Shades of Sandy Brown #F0A460

Tints of Sandy Brown #F0A460

Color information

#F0A460 (or 0xF0A460) is unknown color: approx Sandy Brown. HEX triplet: F0, A4 and 60. RGB value is (240,164,96). Sum of RGB (Red+Green+Blue) = 240+164+96=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A460 is #0F5B9F. Grayscale: #B3B3B3. Windows color (decimal): -1006496 or 6333680. OLE color: 6333680.

HSL color Cylindrical-coordinate representation of color #F0A460: hue angle of 28.33º 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 #F0A460 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB24016496-
CMYK00.320.60.06
HSL28.33º82.76%65.88%-
HSV(B)28.33º60%94.12%-
XYZ51.3245.9217.22-
YUV178.9781.18171.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48%
GREEN value IS 164 (64.45% from 255) = 32.8%
BLUE value IS 96 (37.89% from 255) = 19.2%
R=48%
G=32.8%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401649600.320.60.0628.3382.7665.88
HexF0A4600203C61c5342
Octal36024414004074634123102
Binary1111000010100100110000001000001111001101110010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A460; }

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

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

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

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

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

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

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

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