#F0AA5F

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

Shades of Sandy Brown #F0AA5F

Tints of Sandy Brown #F0AA5F

Color information

#F0AA5F (or 0xF0AA5F) is unknown color: approx Sandy Brown. HEX triplet: F0, AA and 5F. RGB value is (240,170,95). Sum of RGB (Red+Green+Blue) = 240+170+95=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA5F is #0F55A0. Grayscale: #B6B6B6. Windows color (decimal): -1004961 or 6269680. OLE color: 6269680.

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

Color convert

RGB24017095-
CMYK00.290.600.06
HSL31.03º82.86%65.69%-
HSV(B)31.03º60.42%94.12%-
XYZ52.3848.117.35-
YUV182.3878.69169.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=47.52%
G=33.66%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401709500.290.600.0631.0382.8665.69
HexF0AA5F01D3C61f5342
Octal36025213703574637123102
Binary111100001010101010111110111011111001101111110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AA5F; }

 p { color: rgb(240,170,95); }

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

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

 a { background-color: rgb(240,170,95); }

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

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

 span { border-color: rgb(240,170,95); }

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