#FBA161

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

Shades of Sandy Brown #FBA161

Tints of Sandy Brown #FBA161

Color information

#FBA161 (or 0xFBA161) is unknown color: approx Sandy Brown. HEX triplet: FB, A1 and 61. RGB value is (251,161,97). Sum of RGB (Red+Green+Blue) = 251+161+97=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA161 is #045E9E. Grayscale: #B4B4B4. Windows color (decimal): -286367 or 6398459. OLE color: 6398459.

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

Color convert

RGB25116197-
CMYK00.360.610.02
HSL24.94º95.06%68.24%-
HSV(B)24.94º61.35%98.43%-
XYZ54.6946.8617.47-
YUV180.6180.82178.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.31%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 97 (38.28% from 255) = 19.06%
R=49.31%
G=31.63%
B=19.06%

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
Decimal2511619700.360.610.0224.9495.0668.24
HexFBA1610243D2195f44
Octal37324114104475231137104
Binary111110111010000111000010100100111101101100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA161; }

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

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

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

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

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

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

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

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