#FA9F60

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

Shades of Sandy Brown #FA9F60

Tints of Sandy Brown #FA9F60

Color information

#FA9F60 (or 0xFA9F60) is unknown color: approx Sandy Brown. HEX triplet: FA, 9F and 60. RGB value is (250,159,96). Sum of RGB (Red+Green+Blue) = 250+159+96=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F60 is #05609F. Grayscale: #B3B3B3. Windows color (decimal): -352416 or 6332410. OLE color: 6332410.

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

Color convert

RGB25015996-
CMYK00.360.620.02
HSL24.55º93.9%67.84%-
HSV(B)24.55º61.6%98.04%-
XYZ53.9345.9617.1-
YUV179.0381.15178.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 96 (37.89% from 255) = 19.01%
R=49.50%
G=31.49%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501599600.360.620.0224.5593.967.84
HexFA9F600243E2195e44
Octal37223714004476231136104
Binary111110101001111111000000100100111110101100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9F60; }

 p { color: rgb(250,159,96); }

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

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

 a { background-color: rgb(250,159,96); }

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

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

 span { border-color: rgb(250,159,96); }

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