#F0A86C

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

Shades of Sandy Brown #F0A86C

Tints of Sandy Brown #F0A86C

Color information

#F0A86C (or 0xF0A86C) is unknown color: approx Sandy Brown. HEX triplet: F0, A8 and 6C. RGB value is (240,168,108). Sum of RGB (Red+Green+Blue) = 240+168+108=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A86C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A86C is #0F5793. Grayscale: #B7B7B7. Windows color (decimal): -1005460 or 7121136. OLE color: 7121136.

HSL color Cylindrical-coordinate representation of color #F0A86C: hue angle of 27.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0A86C is Cyan = 0, Magento = 0.3, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB240168108-
CMYK00.30.550.06
HSL27.27º81.48%68.24%-
HSV(B)27.27º55%94.12%-
XYZ52.6447.6120.6-
YUV182.6985.85168.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.51%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 108 (42.58% from 255) = 20.93%
R=46.51%
G=32.56%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016810800.30.550.0627.2781.4868.24
HexF0A86C01E3761b5144
Octal36025015403667633121104
Binary111100001010100011011000111101101111101101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A86C; }

 p { color: rgb(240,168,108); }

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

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

 a { background-color: rgb(240,168,108); }

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

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

 span { border-color: rgb(240,168,108); }

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