#FBA061

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

Shades of Sandy Brown #FBA061

Tints of Sandy Brown #FBA061

Color information

#FBA061 (or 0xFBA061) is unknown color: approx Sandy Brown. HEX triplet: FB, A0 and 61. RGB value is (251,160,97). Sum of RGB (Red+Green+Blue) = 251+160+97=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA061 is #045F9E. Grayscale: #B4B4B4. Windows color (decimal): -286623 or 6398203. OLE color: 6398203.

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

Color convert

RGB25116097-
CMYK00.360.610.02
HSL24.55º95.06%68.24%-
HSV(B)24.55º61.35%98.43%-
XYZ54.5146.5117.41-
YUV180.0381.15178.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.41%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 97 (38.28% from 255) = 19.09%
R=49.41%
G=31.50%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511609700.360.610.0224.5595.0668.24
HexFBA0610243D2195f44
Octal37324014104475231137104
Binary111110111010000011000010100100111101101100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA061; }

 p { color: rgb(251,160,97); }

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

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

 a { background-color: rgb(251,160,97); }

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

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

 span { border-color: rgb(251,160,97); }

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