#F9A460

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

Shades of Sandy Brown #F9A460

Tints of Sandy Brown #F9A460

Color information

#F9A460 (or 0xF9A460) is unknown color: approx Sandy Brown. HEX triplet: F9, A4 and 60. RGB value is (249,164,96). Sum of RGB (Red+Green+Blue) = 249+164+96=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A460 is #065B9F. Grayscale: #B6B6B6. Windows color (decimal): -416672 or 6333689. OLE color: 6333689.

HSL color Cylindrical-coordinate representation of color #F9A460: hue angle of 26.67º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9A460 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB24916496-
CMYK00.340.610.02
HSL26.67º92.73%67.65%-
HSV(B)26.67º61.45%97.65%-
XYZ54.4547.5417.37-
YUV181.6679.66176.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 96 (37.89% from 255) = 18.86%
R=48.92%
G=32.22%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491649600.340.610.0226.6792.7367.65
HexF9A4600223D21b5d44
Octal37124414004275233135104
Binary111110011010010011000000100010111101101101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A460; }

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

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

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

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

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

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

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

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