#F0AC60

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

Shades of Sandy Brown #F0AC60

Tints of Sandy Brown #F0AC60

Color information

#F0AC60 (or 0xF0AC60) is unknown color: approx Sandy Brown. HEX triplet: F0, AC and 60. RGB value is (240,172,96). Sum of RGB (Red+Green+Blue) = 240+172+96=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC60 is #0F539F. Grayscale: #B8B8B8. Windows color (decimal): -1004448 or 6335728. OLE color: 6335728.

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

Color convert

RGB24017296-
CMYK00.280.60.06
HSL31.67º82.76%65.88%-
HSV(B)31.67º60%94.12%-
XYZ52.848.8717.72-
YUV183.6778.53168.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 96 (37.89% from 255) = 18.90%
R=47.24%
G=33.86%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401729600.280.60.0631.6782.7665.88
HexF0AC6001C3C6205342
Octal36025414003474640123102
Binary1111000010101100110000001110011110011010000010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AC60; }

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

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

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

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

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

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

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

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