#FAA461

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

Shades of Sandy Brown #FAA461

Tints of Sandy Brown #FAA461

Color information

#FAA461 (or 0xFAA461) is unknown color: approx Sandy Brown. HEX triplet: FA, A4 and 61. RGB value is (250,164,97). Sum of RGB (Red+Green+Blue) = 250+164+97=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA461 is #055B9E. Grayscale: #B6B6B6. Windows color (decimal): -351135 or 6399226. OLE color: 6399226.

HSL color Cylindrical-coordinate representation of color #FAA461: hue angle of 26.27º degrees, saturation: 0.94, 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 #FAA461 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB25016497-
CMYK00.340.610.02
HSL26.27º93.87%68.04%-
HSV(B)26.27º61.2%98.04%-
XYZ54.8647.7417.63-
YUV182.0879.99176.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 97 (38.28% from 255) = 18.98%
R=48.92%
G=32.09%
B=18.98%

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
Decimal2501649700.340.610.0226.2793.8768.04
HexFAA4610223D21a5e44
Octal37224414104275232136104
Binary111110101010010011000010100010111101101101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA461; }

 p { color: rgb(250,164,97); }

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

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

 a { background-color: rgb(250,164,97); }

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

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

 span { border-color: rgb(250,164,97); }

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