#F0AA63

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

Shades of Sandy Brown #F0AA63

Tints of Sandy Brown #F0AA63

Color information

#F0AA63 (or 0xF0AA63) is unknown color: approx Sandy Brown. HEX triplet: F0, AA and 63. RGB value is (240,170,99). Sum of RGB (Red+Green+Blue) = 240+170+99=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA63 is #0F559C. Grayscale: #B7B7B7. Windows color (decimal): -1004957 or 6531824. OLE color: 6531824.

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

Color convert

RGB24017099-
CMYK00.290.590.06
HSL30.21º82.46%66.47%-
HSV(B)30.21º58.75%94.12%-
XYZ52.5648.1818.33-
YUV182.8480.69168.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.15%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 99 (39.06% from 255) = 19.45%
R=47.15%
G=33.40%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401709900.290.590.0630.2182.4666.47
HexF0AA6301D3B61e5242
Octal36025214303573636122102
Binary111100001010101011000110111011110111101111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AA63; }

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

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

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

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

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

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

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

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