#FAA264

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

Shades of Sandy Brown #FAA264

Tints of Sandy Brown #FAA264

Color information

#FAA264 (or 0xFAA264) is unknown color: approx Sandy Brown. HEX triplet: FA, A2 and 64. RGB value is (250,162,100). Sum of RGB (Red+Green+Blue) = 250+162+100=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA264 is #055D9B. Grayscale: #B5B5B5. Windows color (decimal): -351644 or 6595322. OLE color: 6595322.

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

Color convert

RGB250162100-
CMYK00.350.60.02
HSL24.8º93.75%68.63%-
HSV(B)24.8º60%98.04%-
XYZ54.6447.0818.26-
YUV181.2482.15177.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 100 (39.45% from 255) = 19.53%
R=48.83%
G=31.64%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016210000.350.60.0224.893.7568.63
HexFAA2640233C2195e45
Octal37224214404374231136105
Binary111110101010001011001000100011111100101100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA264; }

 p { color: rgb(250,162,100); }

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

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

 a { background-color: rgb(250,162,100); }

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

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

 span { border-color: rgb(250,162,100); }

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