#FA9E60

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

Shades of Sandy Brown #FA9E60

Tints of Sandy Brown #FA9E60

Color information

#FA9E60 (or 0xFA9E60) is unknown color: approx Sandy Brown. HEX triplet: FA, 9E and 60. RGB value is (250,158,96). Sum of RGB (Red+Green+Blue) = 250+158+96=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E60 is #05619F. Grayscale: #B2B2B2. Windows color (decimal): -352672 or 6332154. OLE color: 6332154.

HSL color Cylindrical-coordinate representation of color #FA9E60: hue angle of 24.16º 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 #FA9E60 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25015896-
CMYK00.370.620.02
HSL24.16º93.9%67.84%-
HSV(B)24.16º61.6%98.04%-
XYZ53.7645.6217.04-
YUV178.4481.48179.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.60%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 96 (37.89% from 255) = 19.05%
R=49.60%
G=31.35%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501589600.370.620.0224.1693.967.84
HexFA9E600253E2185e44
Octal37223614004576230136104
Binary111110101001111011000000100101111110101100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9E60; }

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

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

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

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

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

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

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

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